Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eneko committed Apr 22, 2015
1 parent 492f43b commit e6d4ab7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: objective-c

before_script:
- set -e
- gem install xcpretty

script:
- set -o pipefail && xcodebuild -project SwiftyJIRA.xcodeproj -scheme SwiftyJIRA clean test ONLY_ACTIVE_ARCH=NO | xcpretty -c

notifications:
slack: hathway:ICoDkXGMdsOLyl4IwmenBPHL

0 comments on commit e6d4ab7

Please sign in to comment.