Fix Travis config not to run on every branch but just master

This commit is contained in:
Elliot Winkler 2020-07-11 01:24:17 -06:00
parent c0a1578435
commit 2af0958575
1 changed files with 3 additions and 0 deletions

View File

@ -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