Files
frontend-app-authn/.travis.yml
Nimisha Asthagiri d5cdbcb4b6 Initial commit
2020-09-28 09:08:15 -04:00

14 lines
219 B
YAML
Executable File

language: node_js
node_js: 12
install:
- npm ci
script:
- make validate-no-uncommitted-package-lock-changes
- npm run i18n_extract
- npm run lint
- npm run test
- npm run build
- npm run is-es5
after_success:
- codecov