We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c6f84 + 4341d3c commit 2f3530bCopy full SHA for 2f3530b
.travis.yml
@@ -1,7 +1,9 @@
1
language: ruby
2
rvm:
3
- 2.5.5
4
-cache: bundler
+cache:
5
+ directories:
6
+ - vendor/bundle
7
addons:
8
postgresql: '10'
9
apt:
Gemfile
@@ -1,3 +1,3 @@
source "https://rubygems.org"
-gem "manageiq-cross_repo", "~> 1.0"
+gem "manageiq-cross_repo", "~> 1.1"
0 commit comments