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:
parent
f267e27e36
commit
68441c7141
4
Makefile
4
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
|
||||
.PHONY: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user