.travis.yml 203 bytes
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