Run tests even if lint fails

This commit is contained in:
Paul Melnikow 2017-03-29 19:42:32 -04:00 committed by Thaddée Tyl
parent c7c92f12fd
commit ee9ba82969

View File

@ -2,6 +2,10 @@ language: node_js
node_js:
- 6
script:
- npm run lint
- npm run test:js
branches:
only:
- master