Skip to content

Commit 42bbdb4

Browse files
committed
adding SPM build to travic CI file
1 parent 50119cd commit 42bbdb4

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,4 +1,4 @@
1-
osx_image: xcode9.2
1+
osx_image: xcode11
22
language: objective-c
33

44
install:
@@ -11,3 +11,4 @@ install:
1111
script:
1212
- export IOS_VERSION="11.2" # waiting for xcode9.3 on Travis
1313
- bash Tests/test-all.sh
14+
- swift build

0 commit comments

Comments
 (0)