Skip to content

Commit 9f24218

Browse files
committed
Remove Swift PM test build flags
1 parent fad3000 commit 9f24218

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
osx_image: xcode9.3beta
2-
language: objective-c
1+
osx_image: xcode9.3
2+
language: swift
33
env:
44
global:
55
- LANG=en_US.UTF-8
@@ -37,6 +37,6 @@ script:
3737
if [ $RUN_TESTS != "YES" ]; then xcodebuild clean build -project
3838
"$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION"
3939
ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO ; fi
40-
- swift test -Xswiftc "-target" -Xswiftc "x86_64-apple-macosx10.11"
40+
- swift test
4141
after_success:
4242
- 'bash <(curl -s https://codecov.io/bash)'

0 commit comments

Comments
 (0)