saleor-dashboard/.travis.yml
2019-11-07 14:29:38 +01:00

23 lines
267 B
YAML

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