File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
if [[ $TRAVIS_OS_NAME == ' osx' ]]; then
4
4
5
5
# 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
9
9
else
10
10
export DISPLAY=:99.0
11
11
sh -e /etc/init.d/xvfb start
12
12
pip install --user codecov
13
- fi
13
+ fi
You can’t perform that action at this time.
0 commit comments