Skip to content

Commit

Permalink
Cache apt and Homebrew to speed up Travis CI (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Oct 25, 2017
1 parent e5fe91c commit 30483bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sudo: required

dist: trusty

cache:
apt: true
directories:
- /usr/local/Cellar

matrix:
include:
- os: linux
Expand Down

0 comments on commit 30483bf

Please sign in to comment.