1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

Adding jshint back to testing

This commit is contained in:
Steve Heffernan 2013-01-10 13:10:48 -08:00
parent f267e27e36
commit 68441c7141

View File

@ -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
.PHONY: test