diff --git a/Makefile b/Makefile index 3f700e414..9e3fce981 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Using makefile temporarily to run tests on Travis CI test: - # jshint src/*.js --config .jshintrc + jshint src/*.js --config .jshintrc node test/server.js & phantomjs test/phantom.js "http://localhost:3000/test/unit.html" kill -9 `cat test/pid.txt` rm test/pid.txt -.PHONY: test \ No newline at end of file +.PHONY: test