diff .travis.yml @ 1486:cf43bbb6b8ff

limit travis branches
author Matt Johnston <matt@ucc.asn.au>
date Sat, 10 Feb 2018 19:06:30 +0800
parents 3a916b945185
children eb4c7052f51d 3fc0e9a0978b
line wrap: on
line diff
--- a/.travis.yml	Sat Feb 10 18:57:44 2018 +0800
+++ b/.travis.yml	Sat Feb 10 19:06:30 2018 +0800
@@ -48,3 +48,9 @@
   - ~/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
+