diff options
author | Jack Lloyd <[email protected]> | 2017-08-03 11:01:10 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-03 11:01:10 -0400 |
commit | 95c618bd340637aa0a101a57ccb15ba6a2ebe2b4 (patch) | |
tree | 9566782a8058a6e944f7f5a5069201f2f4c1ad57 /.travis.yml | |
parent | 62da578b1a166fa7885940457ad186cd0c948bab (diff) |
Add release-2 and coverity_scan branches to Travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c2e3b5914..d7092f01a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,6 +105,8 @@ after_success: branches: only: - master + - release-2 + - coverity_scan notifications: email: [email protected] |