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 33if [[ $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
99else
1010 export DISPLAY=:99.0
1111 sh -e /etc/init.d/xvfb start
1212 pip install --user codecov
13- fi
13+ fi
You can’t perform that action at this time.
0 commit comments