Less hacky way to suppress phantomjs ssl handshake errors

This commit is contained in:
Bryan Housel
2016-01-11 13:54:03 -05:00
parent 0c3dd0a044
commit 1afab94a32
+1 -1
View File
@@ -8,7 +8,7 @@
"test": "test"
},
"scripts": {
"test": "eslint js/id && mocha-phantomjs test/index.html --ssl-protocol=any --ignore-ssl-errors=true && make && mocha-phantomjs test/index_packaged.html --ssl-protocol=any --ignore-ssl-errors=true"
"test": "eslint js/id && mocha-phantomjs test/index.html --ssl-protocol=tlsv1 && make && mocha-phantomjs test/index_packaged.html --ssl-protocol=tlsv1"
},
"repository": {
"type": "git",