From: Yamagishi Kazutoshi Date: Tue, 16 Jan 2018 05:15:28 +0000 (+0900) Subject: Stop duplicate CI with Pull Request (#6265) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e6fd4bea35d311f9d2a3569fb0165bbaaf9c593b;p=mastodon.git Stop duplicate CI with Pull Request (#6265) see also https://blog.travis-ci.com/2012-08-13-build-workflow-around-pull-requests --- 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