diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-01-16 14:15:28 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-16 06:15:28 +0100 |
commit | e6fd4bea35d311f9d2a3569fb0165bbaaf9c593b (patch) | |
tree | 0a28ab309fa6d08f8e4e355f58706768f85a3398 | |
parent | 5276c0a0900a0886b59a8ead2346540aa381ea46 (diff) |
Stop duplicate CI with Pull Request (#6265)
see also https://blog.travis-ci.com/2012-08-13-build-workflow-around-pull-requests
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 777ca581c..59d495c43 100644 --- 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 |