Skip to content

Commit

Permalink
Merge pull request #3921 from bjornharrtell/travis-cache
Browse files Browse the repository at this point in the history
Cache node_modules on Travis.
  • Loading branch information
tschaub committed Aug 1, 2015
2 parents c8df907 + fe636a0 commit 6111b91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,5 +1,8 @@
language: python
sudo: false
cache:
directories:
- node_modules
env:
- DISPLAY=:99.0

Expand Down

0 comments on commit 6111b91

Please sign in to comment.