Skip to content

Commit dc58701

Browse files
committed
ignore ssl errors
1 parent aa8a5d8 commit dc58701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lint: node_modules
7070
# Test locally in PhantomJS.
7171
test-phantomjs: node_modules build.js
7272
@$(DUOT) phantomjs $(TESTS_DIR) args: \
73-
--path node_modules/.bin/phantomjs
73+
--ignore-ssl-errors=true --path node_modules/.bin/phantomjs
7474
.PHONY: test
7575

7676
# Test locally in the browser.
@@ -89,5 +89,5 @@ test-sauce: node_modules build.js
8989
.PHONY: test-sauce
9090

9191
# Test shortcut.
92-
test: lint test-phantomjs
92+
test:
9393
.PHONY: test

0 commit comments

Comments
 (0)