Removing siteciphers test that adds ~1 min to travis build time

This commit is contained in:
Alex Epstein 2017-07-31 21:00:39 -04:00
parent 48683f9ebc
commit a32747298c
1 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,11 @@
[ "${lines[0]}" = "Siteciphers" ]
}
@test "Running siteciphers on travis-ci" {
run siteciphers travis-ci.org
[ "$status" -eq 0 ]
[ "${lines[0]}" = "ECDHE-RSA-AES256-GCM-SHA384 - NO (tlsv1 alert insufficient security)" ]
}
#@test "Running siteciphers on travis-ci" {
# run siteciphers travis-ci.org
# [ "$status" -eq 0 ]
# [ "${lines[0]}" = "ECDHE-RSA-AES256-GCM-SHA384 - NO (tlsv1 alert insufficient security)" ]
#}
@test "Get the tools version with -v" {