Skip to content

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Apr 24, 2014
1 parent 9676e0a commit 2fb34be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: objective-c

before_install:
- brew update
- brew unlink xctool
- brew install xctool
- brew upgrade xctool

script:
- xctool -project BButtonDemo.xcodeproj -scheme BButtonDemo -sdk iphonesimulator7.0 ONLY_ACTIVE_ARCH=NO clean build
- xctool -project BButtonDemo.xcodeproj -scheme BButtonDemoTests -sdk iphonesimulator7.0 ONLY_ACTIVE_ARCH=NO clean build run-tests
- xctool -project BButtonDemo.xcodeproj -scheme BButtonDemoTests -sdk iphonesimulator7.0 ONLY_ACTIVE_ARCH=NO clean build run-tests -freshInstall

0 comments on commit 2fb34be

Please sign in to comment.