Skip to content

Commit

Permalink
chore(travis): turn off npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Jul 27, 2019
1 parent 61593ed commit e79fdf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cache:
npm: false
language: node_js
node_js:
- '8'
Expand All @@ -6,4 +8,3 @@ node_js:
- "node" # Latest stable release
after_success:
- make report-coverage

0 comments on commit e79fdf1

Please sign in to comment.