Skip to content

Commit

Permalink
Merge pull request #422 from particl/travis-cache
Browse files Browse the repository at this point in the history
Cache node_modules
  • Loading branch information
rynomster committed Nov 27, 2017
2 parents f4ad94c + 241b88f commit 3d04476
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ apt:
- icnsutils
- graphicsmagick

cache:
directories:
- node_modules
- $HOME/.npm/_prebuilds

before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
Expand Down

0 comments on commit 3d04476

Please sign in to comment.