diff options
author | Eileen M. Uchitelle <eileencodes@users.noreply.github.com> | 2018-02-02 10:23:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 10:23:57 -0500 |
commit | 95f9c9bfd6093eae733e2bfec80c00c3fdfc6081 (patch) | |
tree | efbb801454a099cf726c636350dc73366c5460f3 | |
parent | 4df5fa26d87b216ccb89573837af4b4ef0105a7d (diff) | |
parent | dff749eb5d99c18385b5ca3a041902bc9c94ca3c (diff) | |
download | rails-95f9c9bfd6093eae733e2bfec80c00c3fdfc6081.tar.gz rails-95f9c9bfd6093eae733e2bfec80c00c3fdfc6081.tar.bz2 rails-95f9c9bfd6093eae733e2bfec80c00c3fdfc6081.zip |
Merge pull request #31868 from y-yagi/fix-build-failures-on-travis
Fix build failures on Travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d783d6c97e..3a7f28134b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: ruby sudo: false cache: - bundler: true directories: + - vendor/bundle - /tmp/cache/unicode_conformance - /tmp/beanstalkd-1.10 - node_modules |