diff options
author | Jack Lloyd <[email protected]> | 2017-04-09 10:24:21 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-04-09 10:24:21 -0400 |
commit | 2dc35513a1730db4b5145d05ba745206aceda706 (patch) | |
tree | 8f1fa5b2a8e7c6b6d8683a4b04bb4dcc95b4db6c | |
parent | 20e1be18443444e1ef4cf75718f2bba56768d6f3 (diff) | |
parent | ea849fc70c734c3822ece361047e8b4976d53ba7 (diff) |
Merge GH #988 Run Travis only on master and master-merges
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 071662dec..52720245c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,11 @@ script: after_success: - ./src/scripts/ci/travis/after_success.sh +# whitelist branches to avoid testing feature branches twice (as branch and as pull request) +branches: + only: + - master + notifications: email: [email protected] |