From 1afab94a321e504044105d758764bfca287110a2 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 11 Jan 2016 13:54:03 -0500 Subject: [PATCH] Less hacky way to suppress phantomjs ssl handshake errors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bff62943..49223ba94 100644 --- a/package.json +++ b/package.json @@ -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",