[CI] Various Improvements to Travis Scripts (#7956)

* Delete LINT section of install-ray.sh since it appears unused

* Delete install.sh since it appears unused

* Delete run_test.sh since it appears unused

* Put environment variables on separate lines in .travis.yml

* Move --jobs 50 out of install-ray.sh

* Delete upgrade-syn.sh since it appears unused

* Move CI bazel flags to .bazelrc via --config

* Make installations quieter

* Get rid of verbose Maven messages

* Install Bazel system-wide for CI so that there's no need to update PATH

* Recognize Windows as valid platform

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-04-10 13:26:28 -07:00
committed by GitHub
parent 7be7af11ab
commit 4aa68b82fa
11 changed files with 89 additions and 185 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ cd "$ROOT_DIR"/../../java
echo "build ray maven deps"
bazel build gen_maven_deps
echo "maven install ray"
mvn clean install -DskipTests
mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN clean install -DskipTests
cd "$ROOT_DIR"
echo "maven install ray streaming"
mvn clean install -DskipTests
mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN clean install -DskipTests