Stop duplicate CI with Pull Request (#6265)
see also https://blog.travis-ci.com/2012-08-13-build-workflow-around-pull-requests
This commit is contained in:
parent
5276c0a090
commit
e6fd4bea35
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ cache:
|
|||
- tmp/cache/babel-loader
|
||||
dist: trusty
|
||||
sudo: required
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue