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.

This fixes the issue by committing those docs changes. This seems to be
compatible with other npm versions.

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

0 comments on commit fce2a6f

Please sign in to comment.