Skip to content

Commit b60e1de

Browse files
authored
use xcode9.3 to force travis ci to java 8 (#64)
1 parent 8837df2 commit b60e1de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ os:
77
- linux
88
- osx
99

10+
osx_image: xcode9.3
11+
1012
before_install:
1113
- if [ $TRAVIS_OS_NAME == "linux" ]; then
1214
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;

0 commit comments

Comments
 (0)