mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Fix bundler caching in travis & Appveyor
- Point gems to vendor/bundle in travis.yml - Point Travis cache to vendor/bundle - Point Appveyor cache to vendor/bundle
This commit is contained in:
@@ -11,6 +11,9 @@ environment:
|
||||
- ruby_version: "21"
|
||||
- ruby_version: "21-x64"
|
||||
|
||||
cache:
|
||||
- vendor/bundle
|
||||
|
||||
install:
|
||||
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
||||
- ruby --version
|
||||
@@ -18,7 +21,7 @@ install:
|
||||
- gem install bundler
|
||||
- bundler --version
|
||||
- bundle platform
|
||||
- bundle install --retry=3
|
||||
- bundle install --path=vendor/bundle --retry=3 --jobs=3
|
||||
|
||||
test_script:
|
||||
- bundle exec rake ci
|
||||
|
||||
Reference in New Issue
Block a user