From 9f5c63dd1d30fb5582947bd6ab80e1315a1a3bde Mon Sep 17 00:00:00 2001 From: Jason Robitaille Date: Tue, 12 Jun 2018 10:59:55 -0700 Subject: [PATCH] Updated Travis with cached NPM cache (#1718) * Updated Travis with cached NPM cache * Update lastest repo address. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff8f08a8ab..eefe507e53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,12 @@ language: node_js node_js: - "node" sudo: false +cache: + directories: + - $(npm config get cache) install: - - npm install -g enyojs/enact-cli#develop + - npm config set prefer-offline true + - npm install -g enactjs/cli#develop - npm install - npm run bootstrap script: