diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-10 19:06:30 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-10 19:06:30 +0800 |
commit | cfe99a79bd2ff9b05220ebc3b6750e7c93013f2d (patch) | |
tree | 1d9115019f4a938db7841984fd0b73a57c6aa6a0 /.travis.yml | |
parent | ee812daf69645fb23cb6394e488daa8e0c14efc1 (diff) |
limit travis branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 29f7d17..f938dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,3 +48,9 @@ after_success: - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256 - ~/inst/bin/dropbearkey -t ecdsa -f testec384 -s 384 - ~/inst/bin/dropbearkey -t ecdsa -f testec521 -s 521 + +branches: + only: + - master + - coverity + |