Skip to content

Commit

Permalink
tests; remove time for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Feb 5, 2013
1 parent e029e24 commit 432acad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

test:
@time ./node_modules/.bin/mocha $(T) $(TESTS)
@./node_modules/.bin/mocha $(T) $(TESTS)

.PHONY: test

0 comments on commit 432acad

Please sign in to comment.