Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

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 e86bcc2 commit eb07f54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
before_script: npm install -g npm@latest
node_js:
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "tap test/*.js"
},
"devDependencies": {
"tap": "~0.2.5"
"tap": "^1.2.0"
},
"license": "ISC"
}

0 comments on commit eb07f54

Please sign in to comment.