From 3f4e00251f1b34ea37602c3897f546d2c2118e09 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 6 Mar 2019 13:40:16 +0100 Subject: [PATCH] chore (ci): remove deprecated `sudo: false` in .travis.yml https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd8fd04..688caa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: ruby +cache: bundler rvm: - 2.4 - 2.6 -sudo: false -cache: bundler + before_script: bundle update script: script/cibuild + notifications: email: recipients: