diff options
author | Alexander Harkness <me@bearbin.net> | 2015-11-08 22:33:38 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-11-08 22:33:38 +0100 |
commit | 2aaf30e406ba3a53f11496c848968f214417f07c (patch) | |
tree | f1749c55a782d2871d8a020d59d8a3a365dde976 | |
parent | Merge pull request #2620 from Gargaj/pressureplatesnd (diff) | |
parent | Use .travis.yml to whitelist coverity_scan for push builds. (diff) | |
download | cuberite-2aaf30e406ba3a53f11496c848968f214417f07c.tar cuberite-2aaf30e406ba3a53f11496c848968f214417f07c.tar.gz cuberite-2aaf30e406ba3a53f11496c848968f214417f07c.tar.bz2 cuberite-2aaf30e406ba3a53f11496c848968f214417f07c.tar.lz cuberite-2aaf30e406ba3a53f11496c848968f214417f07c.tar.xz cuberite-2aaf30e406ba3a53f11496c848968f214417f07c.tar.zst cuberite-2aaf30e406ba3a53f11496c848968f214417f07c.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 75702cf11..60632e3ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,7 @@ notifications: email: on_success: change on_failure: always - +branches: + only: + - coverity_scan + - master |