Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 4e19fe6

Browse files
committed
Update .travis.yml to use xcode8.2
1 parent fe3ed50 commit 4e19fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: csharp
2-
sudo: required
2+
sudo: false
33
dist: trusty
44
addons:
55
apt:
@@ -18,6 +18,7 @@ mono: none
1818
os:
1919
- linux
2020
- osx
21+
osx_image: xcode8.2
2122
before_install:
2223
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
2324
script:

0 commit comments

Comments
 (0)