]> cat aescling's git repositories - mastodon.git/commitdiff
Stop duplicate CI with Pull Request (#6265)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Tue, 16 Jan 2018 05:15:28 +0000 (14:15 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 16 Jan 2018 05:15:28 +0000 (06:15 +0100)
see also https://blog.travis-ci.com/2012-08-13-build-workflow-around-pull-requests

.travis.yml

index 777ca581cb248c5351cab0e4c28fecf83600c29c..59d495c43390d0f5c7bb6513d7efd00abd2114ef 100644 (file)
@@ -9,6 +9,9 @@ cache:
   - tmp/cache/babel-loader
 dist: trusty
 sudo: required
+branches:
+  only:
+  - master
 
 notifications:
   email: false