From dc8ec2fab100a39737454aa3110beaf9f3c4d16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 30 Jun 2014 14:19:24 -0700 Subject: [PATCH] Cache node_modules on Travis This isn't actually enabled yet for public projects, but this will help us speed up builds when it does get enabled. http://docs.travis-ci.com/user/caching/ --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e0987d4922..c12cae6cad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: node_js node_js: - '0.10' +cache: + directories: + - node_modules script: - | grunt $TEST_TYPE