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 Aug 12, 2019
1 parent 75edc98 commit 3bf6d4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,4 +1,7 @@
language: node_js
before_script: npm install -g npm@latest
node_js:
- "0.10"
- "0.8"
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,7 @@
"mkdirp": "~0.5.0"
},
"devDependencies": {
"tap": "~0.4.11",
"rimraf": "~2.2.8"
"rimraf": "~2.2.8",
"tap": "^1.2.0"
}
}

0 comments on commit 3bf6d4a

Please sign in to comment.