diff --git a/.travis.yml b/.travis.yml index 38cac7d1d..d7bf7ea3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,10 @@ node_js: - "8" - "6" - "4" -script: npm run lint && npm test jobs: include: + - stage: lint + script: npm run lint - stage: coverage script: npm run coverage && npm run coveralls - stage: release