react/.travis.yml

15 lines
179 B
YAML

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