Skip to content

Commit

Permalink
Avoid more conflicting Java packages on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda authored and robryk committed Aug 29, 2017
1 parent 2266ffa commit de70ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ case "$1" in
"bazel")
case "${TRAVIS_OS_NAME}" in
"linux")
sudo apt-get remove openjdk-9-jdk # Conflicts with Bazel.
sudo apt-get remove openjdk-9-jdk oracle-java9-installer # Conflicts with Bazel.
wget https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel_0.4.5-linux-x86_64.deb
echo 'b494d0a413e4703b6cd5312403bea4d92246d6425b3be68c9bfbeb8cc4db8a55 bazel_0.4.5-linux-x86_64.deb' | sha256sum -c --strict || exit 1
sudo dpkg -i bazel_0.4.5-linux-x86_64.deb
Expand Down

0 comments on commit de70ac2

Please sign in to comment.