Skip to content

Commit

Permalink
Fix Travis config not to run on every branch but just master
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jul 11, 2020
1 parent c0a1578 commit 2af0958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -31,3 +31,6 @@ before_install:
- gem install bundler -v '< 2' --no-document
install: "bundle install --jobs=3 --retry=3"
script: "bundle exec rake"
branches:
only:
- master

0 comments on commit 2af0958

Please sign in to comment.