Skip to content

Commit

Permalink
update tap and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 16, 2015
1 parent 610a34d commit 29012c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- '0.8'
- '0.10'
- '0.12'
- '4'
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 @@ -16,6 +16,6 @@
"README.md"
],
"devDependencies": {
"tap": "^1.4.1"
"tap": "^2.1.1"
}
}

0 comments on commit 29012c4

Please sign in to comment.