split travis script for cleaner CI output

Co-Authored-By: Jannis Redmann <mail@jannisr.de>
This commit is contained in:
Julius Tens 2020-02-27 17:07:45 +01:00
parent df010fc24c
commit 9874292a73

View file

@ -5,7 +5,9 @@ node_js:
- 'lts/*'
- '10'
cache: npm
script: npm run lint && npm test
script:
- npm run lint
- npm test
jobs:
include:
- name: e2e-test