Skip to content

Commit cc9d02f

Browse files
committed
Fixed bug of .travis.yml
1 parent 50a726a commit cc9d02f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: objective-c
2-
env: SWIFT_VERSION=2.3
32
osx_image: xcode8
4-
xcode_project: KRProgressHUD.xcodeproj
5-
xcode_scheme: KRProgressHUD
6-
xcode_sdk: iphonesimulator
3+
script:
4+
- xcodebuild clean test -project KRProgressHUD.xcodeproj -scheme KRProgressHUD -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
5+

0 commit comments

Comments
 (0)