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 fc8f259 commit 67b8a7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -15,13 +15,11 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- ng build --prod
script:
- ls dist
- ng lint
- ng test --single-run --code-coverage
- ng e2e
- ls dist
script:
- ng build --prod
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- ls dist
Expand Down

0 comments on commit 67b8a7c

Please sign in to comment.