about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2018-01-16 14:15:28 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-01-16 06:15:28 +0100
commite6fd4bea35d311f9d2a3569fb0165bbaaf9c593b (patch)
tree0a28ab309fa6d08f8e4e355f58706768f85a3398 /.travis.yml
parent5276c0a0900a0886b59a8ead2346540aa381ea46 (diff)
Stop duplicate CI with Pull Request (#6265)
see also https://blog.travis-ci.com/2012-08-13-build-workflow-around-pull-requests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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