Skip to content

Commit 870c23a

Browse files
authored
Update .travis.yml
1 parent 60bd5b1 commit 870c23a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
osx_image: xcode8.0
2-
language: objective-c
1+
osx_image: xcode9.2
2+
language: swift
33

4-
xcode_project: PrinterExampleApp.xcodeproj
5-
6-
# whitelist
74
branches:
85
only:
96
- master
7+
8+
script:
9+
- cd PrinterExampleApp/
10+
- xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 commit comments

Comments
 (0)