Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Update .travis.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 9, 2016
1 parent 8804d6e commit a7fd3e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
osx_image: xcode7.3
osx_image: xcode8
language: objective-c
before_install:
- gem install xcpretty obcd slather -N
- brew install carthage
- carthage update
script: xcodebuild -project Demo.xcodeproj -scheme Tests -sdk iphonesimulator build test -destination 'platform=iOS Simulator,name=iPhone 6' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c && exit ${PIPESTATUS[0]}
after_success: slather
notifications:
email: false

0 comments on commit a7fd3e5

Please sign in to comment.