Skip to content

Commit

Permalink
Merge pull request #46 from yoichitgy/travis-only-master-and-pr
Browse files Browse the repository at this point in the history
Run Travis CI only on master branch and pull requests
  • Loading branch information
yoichitgy committed May 8, 2016
2 parents 223c0fd + b6946b7 commit d04e99b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: objective-c
osx_image: xcode7.3
branches:
only:
- master
install:
- gem install bundler
- export PATH="$PWD/bin:$PATH"
Expand Down

0 comments on commit d04e99b

Please sign in to comment.