Skip to content

Commit

Permalink
[update]travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki_keishi committed Jan 20, 2016
1 parent c7f6aa7 commit 6760851
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 361 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
language: objective-c
osx_image: xcode7.1
osx_image: xcode7.2
branches:
only:
- master
env:
matrix:
- DESTINATION="OS=9.1,name=iPad 2"
- DESTINATION="OS=9.2,name=iPhone 6"
before_install:
- gem install xcpretty
script:
- xcodebuild -version
# - xcodebuild -project CountdownLabelExample/CountdownLabelExample.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES test | xcpretty -c
# - xcodebuild -project CountdownLabel.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES test | xcpretty -c
- xcodebuild -project CountdownLabel.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=YES test | xcpretty -c
- xcodebuild -project CountdownLabel.xcodeproj -scheme CountdownLabelTests -sdk iphonesimulator -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES test | xcpretty -c
after_success:
- bash <(curl -s https://codecov.io/bash)
Binary file modified CountdownLabelExample/.DS_Store
Binary file not shown.
Loading

0 comments on commit 6760851

Please sign in to comment.