Only run Travis on the master branch.
This commit is contained in:
parent
bb7af98257
commit
a222bccd43
|
@ -26,3 +26,7 @@ notifications:
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in New Issue