diff --git a/.travis.yml b/.travis.yml index 0f524bb378f..6d37a9e95a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,11 @@ matrix: sudo: false cache: + bundler: true directories: - - vendor/bundle - spec/rails -bundler_args: --without development --path vendor/bundle +bundler_args: --without development before_script: - bundle update