commit: e6fd4bea35d311f9d2a3569fb0165bbaaf9c593b
parent: 5276c0a0900a0886b59a8ead2346540aa381ea46
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Tue, 16 Jan 2018 14:15:28 +0900
Stop duplicate CI with Pull Request (#6265)
see also https://blog.travis-ci.com/2012-08-13-build-workflow-around-pull-requests
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -9,6 +9,9 @@ cache:
- tmp/cache/babel-loader
dist: trusty
sudo: required
+branches:
+ only:
+ - master
notifications:
email: false