Skip to content

Commit

Permalink
Improved travis config for slather.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Amaral committed May 14, 2015
1 parent 8dd1058 commit 1568d0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: objective-c
script:
- xctool -project Facade.xcodeproj -sdk iphonesimulator -scheme Facade build
before_install: gem install cocoapods xcpretty obcd slather -N
xcode_sdk: iphonesimulator
xcode_project: Facade.xcodeproj
xcode_scheme: FacadeTests
after_success: slather

0 comments on commit 1568d0e

Please sign in to comment.