Enable caching for Travis CI

This commit is contained in:
Glavin Wiechert 2015-04-29 05:17:37 -03:00
parent 7432334d08
commit d23d00e9a1
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ script: sh build-package.sh
env:
- APM_TEST_PACKAGES="language-typescript language-marko language-tss"
cache:
- pip
- directories:
- node_modules
before_install:
# Update Homebrew
- brew update