Skip to content

Commit

Permalink
Including pod install for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pyro2927 committed Aug 22, 2014
1 parent c33afea commit 5adc468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# reference: http://www.objc.io/issue-6/travis-ci.html

language: objective-c
# before_install: cd Example && pod install && cd -
before_install: cd Example && pod install && cd -
script:
- xctool test -workspace Example/ParallaxBlur.xcworkspace -scheme ParallaxBlur -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO

0 comments on commit 5adc468

Please sign in to comment.