Skip to content

Commit

Permalink
Updated Travis with cached NPM cache (#1718)
Browse files Browse the repository at this point in the history
* Updated Travis with cached NPM cache

* Update lastest repo address.
  • Loading branch information
JayCanuck authored and webOS101 committed Jun 12, 2018
1 parent bd1980b commit 9f5c63d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9f5c63d

Please sign in to comment.