Skip to content

Commit

Permalink
chore: change makefile, make test run on iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdwind committed Jul 6, 2015
1 parent 77d4809 commit 277fbaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ notifications:
- eward.song@gmail.com

node_js:
- 0.12
- 'iojs-2'

install:
- npm install
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ parse:
&& mv velocity.js index.js

test:
node $(BIN)/_mocha tests
node $(BIN)/_mocha tests --require should

spm:
spm build --skip fs,path -O build
Expand All @@ -31,6 +31,7 @@ cov: $(SRC) $(TESTS)
@node $(BIN)/istanbul cover \
$(BIN)/_mocha -- \
--reporter mocha-lcov-reporter \
--require should \
--timeout 5s \
$(TESTS) \
&& cat ./coverage/lcov.info | \
Expand Down

0 comments on commit 277fbaa

Please sign in to comment.