summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-20 15:08:55 -0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-20 15:08:55 -0200
commit9bc6c8ec0ccb904ae571f933ba639de14308e779 (patch)
tree4accb64ae078ec41ce49730d66eacd1bde90b037 /.travis.yml
parentf1d9f6157d9b429d69377795497d29d1aed641d7 (diff)
downloadsvg.js-9bc6c8ec0ccb904ae571f933ba639de14308e779.tar.gz
svg.js-9bc6c8ec0ccb904ae571f933ba639de14308e779.zip
speed up travis tests by caching the node_modules folder - should shave off 23 seconds of test run time
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f87fdf1..5ea821f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,3 +12,7 @@ before_install:
# Start a display server where all graphical operations happens in memory
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
+cache:
+ directories:
+ - node_modules
+