Run tests even if lint fails
This commit is contained in:
parent
c7c92f12fd
commit
ee9ba82969
|
@ -2,6 +2,10 @@ language: node_js
|
|||
node_js:
|
||||
- 6
|
||||
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run test:js
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue
Block a user