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 c506538 commit b82c343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: objective-c

before_install:
- export LANG=en_US.UTF-8
- gem install cocoapods
- brew update
- brew unlink xctool
- brew install xctool
- brew upgrade xctool

script:
- xctool -workspace JSQMessages.xcworkspace -scheme JSQMessagesDemo -sdk iphonesimulator7.0 ONLY_ACTIVE_ARCH=NO clean build
Expand Down

0 comments on commit b82c343

Please sign in to comment.