We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973624d commit ec05e53Copy full SHA for ec05e53
.travis.yml
@@ -1,5 +1,6 @@
1
language: node_js
2
node_js:
3
+ - '6'
4
- '5'
5
- '4'
6
- '0.12'
package.json
@@ -37,7 +37,7 @@
37
"node": ">=0.10.0"
38
},
39
"scripts": {
40
- "test": "xo && nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
+ "test": "nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
41
"test-win": "tap --no-cov --reporter=classic --timeout=150 test/*.js test/reporters/*.js",
42
"visual": "node test/visual/run-visual-tests.js"
43
0 commit comments