Skip to content

Commit

Permalink
Switching back from xctool to try this command, which seemed to work …
Browse files Browse the repository at this point in the history
…for me locally.
  • Loading branch information
boredzo committed Sep 4, 2013
1 parent 75c6b79 commit be410ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: objective-c
before_script:
- cd ISO8601ForCocoa
script:
- xctool -project ISO8601ForCocoa/ISO8601ForCocoa.xcodeproj -scheme ISO8601ForCocoa test
- xctool -project ISO8601ForCocoa/ISO8601ForCocoa.xcodeproj -scheme ISO8601ForCocoaTouch test
- xcodebuild test -scheme 'ISO8601ForCocoa'
- xcodebuild -arch i386 -target ISO8601ForCocoaTouchTests -configuration Debug -sdk iphonesimulator6.1 ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES clean build

0 comments on commit be410ee

Please sign in to comment.