Skip to content

Commit

Permalink
Merge pull request #814 from DanielRuf/chore/cache-node-modules
Browse files Browse the repository at this point in the history
chore: cache node_modules
  • Loading branch information
abetomo committed Jun 11, 2018
2 parents ff2f618 + 6889693 commit 77ffd4f
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 77ffd4f

Please sign in to comment.