From 1b29c62fe07435372685524fb3f18e106139297a Mon Sep 17 00:00:00 2001 From: David Schnur Date: Wed, 5 Jun 2013 22:54:25 -0400 Subject: [PATCH] Tweak Travis test target to omit dependencies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9517e0..1efb317 100644 --- a/Makefile +++ b/Makefile @@ -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