Skip to content

Commit

Permalink
Remove compile progress from travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasWebster committed May 19, 2017
1 parent fb9f081 commit 9f67000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ before_script:
- npm install -g @angular/cli

script:
- ng test -sr
- ng test -sr -cc
- ng test --no-progress -sr
- ng test --no-progress -sr -cc

after_success:
- ./node_modules/.bin/codecov
Expand Down

0 comments on commit 9f67000

Please sign in to comment.