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 committed Dec 10, 2018
1 parent 95dc8f4 commit 7075e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cache:
- "node_modules"
before_install:
- "npm -g install npm@6"
install:
- "npm install --no-save"
script:
- "npm run ci:lint || true" # TODO fix all lint errors
- "npm run ci:test"
Expand Down

0 comments on commit 7075e6b

Please sign in to comment.