Skip to content

Commit

Permalink
chore: do not modify the lock file on CI installs
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek authored and kylef committed Dec 10, 2018
1 parent 868d2ae commit 13265f3
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 @@ -24,7 +24,7 @@ cache:
before_install:
- "npm -g install npm@6"
install:
- "if [[ $DRAFTER = JS ]]; then npm install --no-optional; else npm install; fi"
- "if [[ $DRAFTER = JS ]]; then npm install --no-optional --no-save; else npm install --no-save; fi"
script:
- "npm run ci:test"
after_success:
Expand Down

0 comments on commit 13265f3

Please sign in to comment.