Skip to content

Commit

Permalink
build: ignore npm@5 lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 14, 2017
1 parent ee8f245 commit 1ecb343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

.nyc_output
node_modules
package-lock.json
coverage
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ node_js:
- "8.1"
sudo: false
before_install:
# Skip updating shrinkwrap / lock
- "npm config set shrinkwrap false"

# Remove all non-test dependencies
- npm rm --save-dev bluebird
- npm rm --save-dev co
Expand Down

0 comments on commit 1ecb343

Please sign in to comment.