Skip to content

Commit

Permalink
tests with NODE_ENV=dev, don't use Node 7 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Feb 12, 2018
1 parent 896ddbc commit 2266135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ language: node_js
node_js:
- 'stable'
- '8'
- '7'
- '6'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"dependencies": {
},
"devDependencies": {
"tape": "^4.8.0",
"tap-min": "^1.2.2"
"tap-min": "^1.2.2",
"tape": "^4.8.0"
},
"scripts": {
"test": "node test.js | tap-min",
"test": "env NODE_ENV=dev node test.js | tap-min",
"prepublishOnly": "npm test"
}
}

0 comments on commit 2266135

Please sign in to comment.