Skip to content

Commit

Permalink
change build order
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudliner committed Mar 23, 2018
1 parent be2d729 commit cf57f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,11 +15,11 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- ng build --prod
script:
- ng lint
- ng test --single-run --code-coverage
- ng e2e
script:
- ng build --prod
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
deploy:
Expand Down

0 comments on commit cf57f46

Please sign in to comment.