Tweak Travis test target to omit dependencies.

pull/1/head
David Schnur 13 years ago
parent 797099867b
commit 1b29c62fe0

@ -12,4 +12,4 @@ all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
# Flot's Travis test suite runs JSHint with the options in .jshintrc
test:
./node_modules/.bin/jshint jquery.*.js
./node_modules/.bin/jshint jquery.flot*.js

Loading…
Cancel
Save