Skip to content

Commit 53100fa

Browse files
committed
Improved the travis config.
1 parent fac9dbe commit 53100fa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ dist: bionic
44
language: ruby
55
rvm: 2.6.5
66

7+
before_install:
8+
- bundle config path 'vendor/bundle'
9+
710
install:
8-
- bundle install --path vendor/bundle --quiet
11+
- bundle install --quiet
912

1013
addons:
1114
apt:

0 commit comments

Comments
 (0)