Skip to content

Commit ec05e53

Browse files
committed
test on Node.js 6
1 parent 973624d commit ec05e53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- '6'
34
- '5'
45
- '4'
56
- '0.12'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"node": ">=0.10.0"
3838
},
3939
"scripts": {
40-
"test": "xo && nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
40+
"test": "nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
4141
"test-win": "tap --no-cov --reporter=classic --timeout=150 test/*.js test/reporters/*.js",
4242
"visual": "node test/visual/run-visual-tests.js"
4343
},

0 commit comments

Comments
 (0)