[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
+1 -1
View File
@@ -41,5 +41,5 @@ popd
pushd $ROOT_DIR
echo "Testing maven install."
mvn clean install -DskipTests
mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN clean install -DskipTests
popd