Skip to content

Commit

Permalink
- Travis update again
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt York committed Mar 24, 2014
1 parent 91fb5ff commit 734f3a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: objective-c

before_script:
- gem install xcpretty

script:
- xcodebuild -project Tests/DateToolsTests/DateToolsTests.xcodeproj -scheme DateToolsTests -sdk iphonesimulator test
- xcodebuild -project Tests/DateToolsTests/DateToolsTests.xcodeproj -scheme DateToolsTests -sdk iphonesimulator test | xcpretty -c

0 comments on commit 734f3a4

Please sign in to comment.