Skip to content

Commit

Permalink
tap 1.2.0 and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 1, 2015
1 parent 17d9854 commit 92ea05e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
language: node_js
node_js:
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
before_install:
- npm install -g npm@latest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "test"
},
"devDependencies": {
"tap": "~0.2.5"
"tap": "^1.2.0"
},
"scripts": {
"test": "tap test/*.js"
Expand Down

0 comments on commit 92ea05e

Please sign in to comment.