# HG changeset patch # User Matt Johnston # Date 1518260790 -28800 # Node ID cf43bbb6b8ff94f57cad1f363bb3967bceb35a27 # Parent 3a916b945185f826243151346fb4938bf7892a8b limit travis branches diff -r 3a916b945185 -r cf43bbb6b8ff .travis.yml --- 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 +