Skip to content

Commit

Permalink
travis-ci: Fixes incorrect directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Feb 20, 2014
1 parent 27300c1 commit c420f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: objective-c
before_install:
- gem install cocoapods
- gem install xcpretty
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
- cd OpenSansDemo && pod install && cd $TRAVIS_BUILD_DIR
script: "make"
notifications:
irc: "chat.freenode.net#cocode"
Expand Down

0 comments on commit c420f53

Please sign in to comment.