From 99d2b0064d17386b3f7d66f0ee9d9c3e6248d450 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Sat, 28 Feb 2015 22:15:41 -0600 Subject: [PATCH] cache bower and node directories --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0bb54ed..fa38f36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,11 @@ matrix: allow_failures: - php: nightly +cache: + directories: + - bower_components + - node_modules + install: - npm install -g npm@latest - npm install -g bower gulp jscs