Skip to content

Commit

Permalink
Avoid bundle clean before caching. Ref: travis-ci/travis-ci#2518
Browse files Browse the repository at this point in the history
  • Loading branch information
i2000s committed May 9, 2017
1 parent ed4dc5e commit b8d770d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,9 @@
language: ruby
rvm:
- 2.3.1
cache: bundler
cache:
directories:
- vendor/bundle
dist: trusty
sudo: required
branches:
Expand Down

0 comments on commit b8d770d

Please sign in to comment.