Skip to content

Commit

Permalink
ci: enable npm cache (#94)
Browse files Browse the repository at this point in the history
* chore: enable CI cache

* chore: use simpler syntax
  • Loading branch information
curbengh authored and SukkaW committed Dec 16, 2019
1 parent 835cf7a commit 8d64539
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
Expand Up @@ -2,7 +2,8 @@ language: node_js

sudo: false

cache: false
cache:
npm: true

node_js:
- "8"
Expand Down

0 comments on commit 8d64539

Please sign in to comment.