Commit 1b29c62f authored by David Schnur's avatar David Schnur

Tweak Travis test target to omit dependencies.

parent 79709986
...@@ -12,4 +12,4 @@ all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) ...@@ -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 # Flot's Travis test suite runs JSHint with the options in .jshintrc
test: test:
./node_modules/.bin/jshint jquery.*.js ./node_modules/.bin/jshint jquery.flot*.js
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment