Skip to content

Commit

Permalink
add iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Apr 10, 2015
1 parent f9f9c87 commit eb3dba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_js:
- "0.11"
language: node_js
- "0.12"
- "iojs"
language: node_js
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
test:
@NODE_ENV=test ./node_modules/.bin/mocha \
--harmony-generators \
--harmony \
--reporter spec \
--require should \
*/test.js

.PHONY: test
.PHONY: test

0 comments on commit eb3dba2

Please sign in to comment.