Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
language: node_js
node_js:
- "8"
before_script:
- npm install -g @angular/cli
- cd src/app/migration/src/
- npm install
- ng build
- ng lint
script:
- ng tests --watch=false