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:
Yamagishi Kazutoshi 2018-01-16 14:15:28 +09:00 committed by Eugen Rochko
parent 5276c0a090
commit e6fd4bea35

View file

@ -9,6 +9,9 @@ cache:
- tmp/cache/babel-loader
dist: trusty
sudo: required
branches:
only:
- master
notifications:
email: false