Skip to content

Commit

Permalink
chore: cache node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and Daniel Ruf committed Jun 11, 2018
1 parent ff2f618 commit 6889693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,9 @@ node_js:
- "6"
- "8"
- "10"
cache:
directories:
- "node_modules"
script:
- npm run lint
- npm test

0 comments on commit 6889693

Please sign in to comment.