diff --git a/Makefile b/Makefile index 432a1ccb0..48c446fd2 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ TESTS = $(wildcard test/*.test.js) test: test-phantomjs -test-phantomjs: build/recurly.min.js build/test.js +test-phantomjs: build build/test.js @$(T) phantomjs -test-browser: build/recurly.min.js build/test.js +test-browser: build build/test.js @$(T) browser test-sauce: BROWSER ?= ie:9 -test-sauce: build/recurly.min.js build/test.js +test-sauce: build build/test.js @$(T) saucelabs -b $(BROWSER) build: build/recurly.min.js diff --git a/test/index.html b/test/index.html index 4911ac971..4b15201a6 100644 --- a/test/index.html +++ b/test/index.html @@ -5,7 +5,7 @@ recurly-js - +