Skip to content

Commit

Permalink
Maybe this will work?
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Mroczkowski committed Dec 2, 2013
1 parent a2b81e6 commit 7b087aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: objective-c
before_install:
- brew update
- brew unlink xctool
- brew install xctool
- brew install xctool --HEAD
install: pod install --no-integrate
script: rake test

1 change: 1 addition & 0 deletions Rakefile
@@ -1,4 +1,5 @@
task :test do
#sh "pod install --no-integrate"
sh "xctool -workspace Zinc-ObjC.xcworkspace -scheme Zinc -reporter pretty -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test"
#sh "xcodebuild -workspace Zinc-ObjC.xcworkspace -scheme Zinc -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test"
end
Expand Down

0 comments on commit 7b087aa

Please sign in to comment.