Update travis configs.
This commit is contained in:
parent
24d09a017b
commit
a25624f442
10
.travis.yml
10
.travis.yml
|
@ -1,4 +1,10 @@
|
||||||
language: objective-c
|
language: objective-c
|
||||||
osx_image: xcode7.1
|
osx_image: xcode7.3
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
script:
|
script:
|
||||||
- xcodebuild clean test -workspace PainlessInjection/PainlessInjection.xcworkspace -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
- xcodebuild clean test -workspace PainlessInjection/PainlessInjection.xcworkspace -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- pod lib lint --allow-warnings;
|
Loading…
Reference in New Issue