Skip to content

Commit

Permalink
Fix travis ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
my8bird committed Jul 13, 2012
1 parent c66bf7a commit d9c6ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ distclean: clean
pkgclean: pkgclean:
if [ ! -d .git ]; then rm -r build deps src; fi if [ ! -d .git ]; then rm -r build deps src; fi


test: test: build coffee
rm -rf tmp rm -rf tmp
mkdir -p tmp mkdir -p tmp
@mocha --reporter $(REPORTER) test/*-test.coffee @mocha --reporter $(REPORTER) test/*-test.coffee
Expand Down

0 comments on commit d9c6ce4

Please sign in to comment.