saleor-dashboard/.travis.yml
2019-08-09 16:00:34 +02:00

23 lines
267 B
YAML

dist: xenial
language: node_js
sudo: false
node_js:
- "11.15"
branches:
only:
- master
- /next\/.*/
script:
- npm run build
- npm test -- --ci --coverage
env:
global:
- APP_MOUNT_URI="/"
- API_URI="/graphql/"
after_success:
- codecov