Skip to content

Commit

Permalink
fix(build): remove cache configuration from Travis
Browse files Browse the repository at this point in the history
Remove the cache configuration from the Travis build process.
  • Loading branch information
AdamJ authored and dgutride committed May 1, 2018
1 parent 3716ee7 commit d3e48e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
node_js:
- '6'

cache:
directories:
- node_modules
cache: false

addons:
chrome: stable
Expand Down

0 comments on commit d3e48e9

Please sign in to comment.