changeset 1486:cf43bbb6b8ff

limit travis branches
author Matt Johnston <matt@ucc.asn.au>
date Sat, 10 Feb 2018 19:06:30 +0800
parents 3a916b945185
children b0c3b46372dc
files .travis.yml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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
+