Skip to content

Commit 158fed3

Browse files
committed
tweaks
1 parent 8c26fd0 commit 158fed3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Keep track of your project development time",
55
"main": "timecard.js",
66
"scripts": {
7-
"test": "xo && npm run build && ava --verbose",
7+
"test": "xo && npm run build && nyc ava --verbose",
88
"build": "babel lib --out-dir=dist --optional=runtime",
9-
"coveralls": "nyc ava && nyc report --reporter=text-lcov | coveralls"
9+
"coveralls": "nyc report --reporter=text-lcov | coveralls"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)