db-vendo-client/.travis.yml
2020-06-15 15:39:09 +02:00

17 lines
254 B
YAML

sudo: false
language: node_js
node_js:
- 'stable'
- 'lts/*'
- '10'
cache: npm
script:
- npm run lint
- npm run test
jobs:
include:
- name: test-e2e
script: npm run test-e2e
node_js: '10'
allow_failures:
- name: test-e2e