We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c26fd0 commit 158fed3Copy full SHA for 158fed3
2 files changed
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '6'
5
- '5'
6
- '4'
7
- '0.12'
package.json
@@ -4,9 +4,9 @@
"description": "Keep track of your project development time",
"main": "timecard.js",
"scripts": {
- "test": "xo && npm run build && ava --verbose",
+ "test": "xo && npm run build && nyc ava --verbose",
8
"build": "babel lib --out-dir=dist --optional=runtime",
9
- "coveralls": "nyc ava && nyc report --reporter=text-lcov | coveralls"
+ "coveralls": "nyc report --reporter=text-lcov | coveralls"
10
},
11
"repository": {
12
"type": "git",
0 commit comments