Skip to content

Commit 2f3530b

Browse files
authored
Merge pull request #285 from agrare/test_travis_bundler_cache
Test travis bundler cache
2 parents 75c6f84 + 4341d3c commit 2f3530b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: ruby
22
rvm:
33
- 2.5.5
4-
cache: bundler
4+
cache:
5+
directories:
6+
- vendor/bundle
57
addons:
68
postgresql: '10'
79
apt:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

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

0 commit comments

Comments
 (0)