Skip to content

Commit bfc83b9

Browse files
committed
Update Travis OSX Build to use JDK 8u92 (#601)
1 parent 2c2c52d commit bfc83b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis-scripts/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
44

55
# Install some custom requirements on OS X
6-
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u66-b17/jdk-8u66-macosx-x64.dmg
7-
hdiutil mount jdk-8u66-macosx-x64.dmg
8-
sudo installer -pkg /Volumes/JDK\ 8\ Update\ 66/JDK\ 8\ Update\ 66.pkg -target LocalSystem
6+
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-macosx-x64.dmg
7+
hdiutil mount jdk-8u92-macosx-x64.dmg
8+
sudo installer -pkg /Volumes/JDK\ 8\ Update\ 92/JDK\ 8\ Update\ 92.pkg -target LocalSystem
99
else
1010
export DISPLAY=:99.0
1111
sh -e /etc/init.d/xvfb start
1212
pip install --user codecov
13-
fi
13+
fi

0 commit comments

Comments
 (0)