security-checklist/.travis.yml
2019-01-12 17:52:43 -08:00

19 lines
No EOL
279 B
YAML

language: node_js
node_js:
- 10
cache:
directories:
- ~/.npm
- ~/.cache
install:
- npm install
before_script:
- npm run build
- npm run start &
script:
- node --version
- npm --version
- npm run flow
- npm run cypress:run
notifications:
email: false