Fix .travis.yml
This commit is contained in:
parent
a19efd06ac
commit
6b7a1ff1af
|
@ -1,9 +1,7 @@
|
||||||
language: objective-c
|
language: objective-c
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.1
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- xcodebuild clean build test -project PainlessInjection.xcodeproj -scheme PainlessInjection -sdk iphonesimulator
|
- xcodebuild test -project PainlessInjection.xcodeproj -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
Loading…
Reference in New Issue