Files
frontend-app-authoring/.travis.yml
2020-05-06 12:40:54 -07:00

16 lines
258 B
YAML
Executable File

language: node_js
node_js: 12
before_install:
- npm install -g npm@6
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