We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac9dbe commit 53100faCopy full SHA for 53100fa
1 file changed
.travis.yml
@@ -4,8 +4,11 @@ dist: bionic
4
language: ruby
5
rvm: 2.6.5
6
7
+before_install:
8
+ - bundle config path 'vendor/bundle'
9
+
10
install:
- - bundle install --path vendor/bundle --quiet
11
+ - bundle install --quiet
12
13
addons:
14
apt:
0 commit comments