Skip to content

Commit

Permalink
travis: Cache clang download
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdufault committed Dec 7, 2017
1 parent 5d4ceb0 commit b3a15a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ addons:
compiler: clang
os: linux

cache:
directories:
build/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04/
build/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
build/clang+llvm-4.0.0-x86_64-apple-darwin/
build/clang+llvm-4.0.0-x86_64-apple-darwin.tar.xz

matrix:
fast_finish: true
include:
Expand Down

0 comments on commit b3a15a4

Please sign in to comment.