Skip to content

Commit

Permalink
Npm ci fails when testing with multiple node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Alexandre Dias da Costa committed Sep 14, 2021
1 parent 9ffaa3e commit ca9c5dd
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 @@ -16,7 +16,7 @@ before_script:
- git fetch --unshallow
- npm install -g @angular/cli

install: npm ci
install: npm install

script:
- echo "UT against $(node -v)"
Expand Down

0 comments on commit ca9c5dd

Please sign in to comment.