Skip to content

Commit

Permalink
Eliminate double CI builds on PRs (#2035)
Browse files Browse the repository at this point in the history
As suggested by this answer:
https://stackoverflow.com/a/31882307
  • Loading branch information
mattbrictson committed Sep 12, 2019
1 parent 14492fc commit f8f081f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -24,5 +24,5 @@ script: bundle exec rake spec rubocop
install: bundle install --jobs=1
cache: bundler
branches:
except:
- legacy-v2
only:
- master

0 comments on commit f8f081f

Please sign in to comment.