mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19: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/*'
|
||||
- '10'
|
||||
cache: npm
|
||||
script: npm run lint && npm test
|
||||
script:
|
||||
- npm run lint
|
||||
- npm test
|
||||
jobs:
|
||||
include:
|
||||
- name: e2e-test
|
||||
|
|
Loading…
Add table
Reference in a new issue