Skip to content

Commit

Permalink
fix (ci): remove node_modules from caching
Browse files Browse the repository at this point in the history
Builds will fail otherwise with node v6. This is a known issue in travis and does not affect build time too much.
  • Loading branch information
line-o authored Nov 23, 2018
1 parent ed7285d commit 28c070b
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 @@ -50,5 +50,4 @@ before_cache:

cache:
directories:
- node_modules
- ${HOME}/exist

0 comments on commit 28c070b

Please sign in to comment.