Skip to content

Commit

Permalink
speedup tests, cache node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Sep 3, 2015
1 parent fb20091 commit e1dc08a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,6 +1,9 @@
sudo: false
language: node_js
node_js: '0.12'
cache:
directories:
- node_modules
before_script:
- 'npm install'
script:
Expand Down

0 comments on commit e1dc08a

Please sign in to comment.