Skip to content

Commit da67dfd

Browse files
committed
chore(ci): Don't use swiftenv on macOS
1 parent bf351cf commit da67dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ osx_image: xcode8.3
88
env:
99
- SWIFT_VERSION=3.1.1
1010
install:
11-
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
11+
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"; fi
1212
- git submodule update --init --recursive
1313
script:
1414
- swift test

0 commit comments

Comments
 (0)