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 @@ -23,7 +23,7 @@ matrix:
2323 env : LAZ_VER=1.6.2
2424 - os : osx
2525 env : LAZ_VER=1.6.2
26- osx_image : xcode8.3
26+ osx_image : xcode9
2727
2828
2929before_install :
@@ -35,10 +35,10 @@ install:
3535 - ./travis-lazarus/.travis.install.py
3636
3737# install openSSL on macOS
38- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
39- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install openssl; fi
38+ # - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
39+ # - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install openssl; fi
4040# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo brew link openssl --force; fi
41- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then openssl version; fi
41+ # - if [ "$TRAVIS_OS_NAME" = "osx" ]; then openssl version; fi
4242
4343script :
4444# Build trackereditor project
You can’t perform that action at this time.
0 commit comments