Enable caching for Travis builds

pull/1/head
Denton Liu 9 years ago
parent 2583e189df
commit 179dbc0875
  1. 3
      .travis.yml

@ -25,3 +25,6 @@ env:
- COMMIT_AUTHOR="Travis CI"
- PUSH_REPO="git@github.com:ethereum/browser-solidity.git"
- FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json README.md"
cache:
directories:
- node_modules

Loading…
Cancel
Save