summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2015-04-09 12:18:33 -0500
committerMichael Herold <michael.j.herold@gmail.com>2015-04-09 12:18:33 -0500
commit0b510bee1f32543d3cc1aeb775e40cce139fe493 (patch)
treec3833536fbe037d6456cdf4bff1776a13547006b
parent3d68076fe979035b8d05c77ca5635c3b5975a559 (diff)
downloadhashie-0b510bee1f32543d3cc1aeb775e40cce139fe493.tar.gz
Cache bundler dependencies on Travis
Along with the Docker enhancement, this should speed up our build time by quite a bit. It's been verified on several open source Ruby projects, so shouldn't be an issue. The main bottleneck for our CI now is that Rubinius takes a while to install from RVM. I'm not sure if there's anything we can do about that, but it is an order of magnitude slower than the rest of the tests.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f5c391b..bec5bf1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: ruby
sudo: false
+cache: bundler
rvm:
- 2.2.1