We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad3000 commit 9f24218Copy full SHA for 9f24218
1 file changed
.travis.yml
@@ -1,5 +1,5 @@
1
-osx_image: xcode9.3beta
2
-language: objective-c
+osx_image: xcode9.3
+language: swift
3
env:
4
global:
5
- LANG=en_US.UTF-8
@@ -37,6 +37,6 @@ script:
37
if [ $RUN_TESTS != "YES" ]; then xcodebuild clean build -project
38
"$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION"
39
ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO ; fi
40
- - swift test -Xswiftc "-target" -Xswiftc "x86_64-apple-macosx10.11"
+ - swift test
41
after_success:
42
- 'bash <(curl -s https://codecov.io/bash)'
0 commit comments