Skip to content

Commit

Permalink
chore(travis): fix packagelock for node v8
Browse files Browse the repository at this point in the history
CI was broken because the npm which ships with node v8 (and only that
version of npm, for some reason), would modify package-lock.json when we
ran `npm install`. This triggered our post-test hook which enforces docs
changes: the modified file was detected as a false-positive for
uncommitted docs changes.

Fixes #893
  • Loading branch information
nfischer committed Oct 10, 2018
1 parent 4e861db commit 8ec8889
Showing 1 changed file with 1,351 additions and 1,351 deletions.

0 comments on commit 8ec8889

Please sign in to comment.