Skip to content

Commit

Permalink
ci: cache node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Oct 30, 2018
1 parent 2960772 commit 9be80b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ language: node_js
node_js:
- "node"
- "lts/*"
script: npm test
script: npm test
cache:
directories:
- "node_modules"

0 comments on commit 9be80b4

Please sign in to comment.