From 93368aa1e6bfc84366c1f28d47c6d3c042b6c772 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 11 Jul 2017 17:36:48 +0300 Subject: [PATCH] - Cache Vagrant boxes in TravisCI in hopes of speeding up builds and avoid build timeouts. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fba962b..f8d9b4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ cache: - pip - directories: - $HOME/.pre-commit + - $HOME/.vagrant.d/boxes install: - sudo apt-get update -- GitLab