mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
split travis script for cleaner CI output
Co-Authored-By: Jannis Redmann <mail@jannisr.de>
This commit is contained in:
parent
df010fc24c
commit
9874292a73
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ node_js:
|
||||||
- 'lts/*'
|
- 'lts/*'
|
||||||
- '10'
|
- '10'
|
||||||
cache: npm
|
cache: npm
|
||||||
script: npm run lint && npm test
|
script:
|
||||||
|
- npm run lint
|
||||||
|
- npm test
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: e2e-test
|
- name: e2e-test
|
||||||
|
|
Loading…
Add table
Reference in a new issue