react/.travis.yml

15 lines
179 B
YAML
Raw Normal View History

2020-04-27 15:04:17 +02:00
dist: xenial
language: node_js
node_js: node
cache:
npm: true
script:
# will run `npm ci` automatically here
- npm test
# - npm run build
notifications:
email: false