Skip to content

Commit

Permalink
Angular CLI 6.0.1 reverts ng test single run behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed May 11, 2018
1 parent 414584b commit bf23e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:
install:
- yarn install
script:
- ng test
- ng test --watch=false
- ng e2e
notifications:
webhooks:
Expand Down

0 comments on commit bf23e3d

Please sign in to comment.