Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Remove sourcemaps argument from ng test command
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaschoal committed Nov 9, 2018
1 parent 8d7bced commit a50f9b1
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 @@ -30,7 +30,7 @@ script:
# FIX (Tests): node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.
- rm -f node_modules/@angular/core/src/render3/ng_dev_mode.d.ts

- ng test --sourcemaps=false --code-coverage --watch=false
- ng test --code-coverage --watch=false

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

0 comments on commit a50f9b1

Please sign in to comment.