1
0
Fork 0

👷 Travis config update

This commit is contained in:
Joost De Cock 2018-08-13 10:29:39 +02:00
parent 8906b3bdce
commit 41dee4ebdc

View file

@ -3,5 +3,7 @@ node_js:
- "node"
install:
- npm install
- npm install -g codecov
- npm run nodebuild
script:
- npm run test
- npm run coverage