From ae2b46449278592f54274af9e423a38add27ed01 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 13 Apr 2020 02:57:00 +0800 Subject: [PATCH] Improved the travis config. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab2400d..db6c373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,11 @@ dist: bionic language: ruby rvm: 2.6.5 +before_install: + - bundle config path 'vendor/bundle' + install: - - bundle install --path vendor/bundle --quiet + - bundle install --quiet addons: apt: