forked from yannickl/DynamicButton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
11 lines (11 loc) · 800 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
language: objective-c
osx_image: xcode7.3
before_install:
- gem install xcpretty
script:
- xcodebuild -version
- xcodebuild -project Example/DynamicButtonExample.xcodeproj -scheme DynamicButtonUITests -sdk iphonesimulator -destination "OS=9.1,name=iPad 2" -configuration Release ONLY_ACTIVE_ARCH=YES test | xcpretty -c
- xcodebuild -project Example/DynamicButtonExample.xcodeproj -scheme DynamicButtonTests -sdk iphonesimulator -destination "OS=9.1,name=iPad 2" -configuration Release ONLY_ACTIVE_ARCH=YES test | xcpretty -c
- xcodebuild -project Example/DynamicButtonExample.xcodeproj -scheme DynamicButtonTests -sdk iphonesimulator -destination "OS=8.4,name=iPad 2" -configuration Release ONLY_ACTIVE_ARCH=YES test | xcpretty -c
after_success:
- bash <(curl -s https://codecov.io/bash)