Skip to content

Commit

Permalink
Merge pull request #285 from agrare/test_travis_bundler_cache
Browse files Browse the repository at this point in the history
Test travis bundler cache
  • Loading branch information
Fryguy authored Feb 22, 2021
2 parents 75c6f84 + 4341d3c commit 2f3530b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby
rvm:
- 2.5.5
cache: bundler
cache:
directories:
- vendor/bundle
addons:
postgresql: '10'
apt:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "manageiq-cross_repo", "~> 1.0"
gem "manageiq-cross_repo", "~> 1.1"

0 comments on commit 2f3530b

Please sign in to comment.