Skip to content

Commit

Permalink
Updating Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwilcox committed May 23, 2013
1 parent a1690c1 commit f33fd87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
node_js:
- "0.10"
- "0.8"
- "0.6"

6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -6,4 +6,8 @@ DOX = ./node_modules/.bin/dox
SRC = $(shell find lib/*.js)

test:
@./node_modules/.bin/mocha -u tdd
@NODE_ENV=test @./node_modules/.bin/mocha \
-u tdd
--reporter $(REPORTER)
$(TESTS)

0 comments on commit f33fd87

Please sign in to comment.