Skip to content

Commit

Permalink
ci(travis.yml): remove node_modules from cache
Browse files Browse the repository at this point in the history
npm ci requires this directory to be empty
  • Loading branch information
BerkeleyTrue committed May 31, 2018
1 parent b7dbf8c commit 4e4007f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ install:
- npm ci
cache:
directories:
- node_modules
- "$HOME/.npm"

# after_success:
Expand Down

0 comments on commit 4e4007f

Please sign in to comment.