1
0
Fork 0

Fixed travis config

This commit is contained in:
Michaël Lemaire 2017-01-17 01:07:44 +01:00
parent 77326ed22c
commit 68fd5f7821

View file

@ -2,8 +2,5 @@ language: node_js
sudo: false
node_js:
- "6"
before_script:
- npm run deps
- npm run build
after_success:
- npm run codecov