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 Nov 21, 2017
1 parent 872b7ad commit ad2b547
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: node_js
sudo: false
node_js:
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
before_install:
- npm install -g npm@latest
- 8
- 6
- 4
notifications:
email: false
cache:
directories:
- $HOME/.npm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {},
"devDependencies": {
"standard": "^4.0.1",
"tap": "^2.0.0"
"tap": "^10.7.3"
},
"license": "ISC",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('parse(stringify(x)) deepEqual x', function (t) {

for (var k in data) {
var s = ini.stringify(data[k])
console.log(s, data[k])
t.comment(s, data[k])
t.deepEqual(ini.parse(s), data[k])
}

Expand Down

0 comments on commit ad2b547

Please sign in to comment.