Skip to content

Commit 49d76f2

Browse files
chore: change from xcode 8.3 to 9
Use the latest version
1 parent 3e70765 commit 49d76f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2929
before_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

4343
script:
4444
# Build trackereditor project

0 commit comments

Comments
 (0)