Skip to content

Commit

Permalink
upgrade travis versions, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 13, 2013
1 parent 414eeed commit f6f8bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.4
- 0.6
- "0.8"
- "0.10"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test" : "test"
},
"devDependencies" : {
"tap" : "~0.4.0",
"tape" : "~0.3.3"
"tap" : "~0.4.2",
"tape" : "~1.0.2"
},
"scripts" : {
"test" : "tap test/*.js"
Expand Down

0 comments on commit f6f8bd6

Please sign in to comment.