Skip to content

Commit 216b1d6

Browse files
Testing Travis CI
1 parent 2dbd6d4 commit 216b1d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ language: objective-c
22
osx_image: xcode8.1
33

44
script:
5-
- xcodebuild -project BFKitDemo/BFKitDemo.xcodeproj -scheme BFKit -destination "platform=iOS Simulator,name=iPhone 7 Plus" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty
6-
- xcodebuild -project BFKit/BFKit.xcodeproj -scheme BFKitDemo -sdk iphonesimulator10.1 ONLY_ACTIVE_ARCH=NO build | xcpretty
5+
- xcodebuild -project BFKitDemo/BFKitDemo.xcodeproj -scheme BFKitDemo -destination "platform=iOS Simulator,name=iPhone 7 Plus" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty
6+
- xcodebuild -project BFKit/BFKit.xcodeproj -scheme BFKit -sdk iphonesimulator10.1 ONLY_ACTIVE_ARCH=NO build | xcpretty

0 commit comments

Comments
 (0)