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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add --sourcemaps=false to ng test
  • Loading branch information
rpaschoal authored Feb 26, 2018
1 parent 7b9947b commit 13c19d5
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 --code-coverage --watch=false
- ng test --sourcemaps=false --code-coverage --watch=false

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

0 comments on commit 13c19d5

Please sign in to comment.