Skip to content

Commit 708c8d9

Browse files
committed
Run apt-get update before installing java 8 on Travis
1 parent bc19742 commit 708c8d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/travis/before_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set -ex
22

33
if [[ ! -z $TOXENV ]]; then
4+
sudo apt-get update
45
sudo apt-get install oracle-java8-installer
56
curl -O https://raw.githubusercontent.com/michaelklishin/jdk_switcher/master/jdk_switcher.sh
67
fi

0 commit comments

Comments
 (0)