From ec9a39db5bb2b13f1eec6a3d68fc774c78b9176f Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Wed, 27 May 2020 11:03:19 +0200 Subject: [PATCH] Update Travis Build image to Ubuntu 18.04 We have issues because the node version isn't new enough, and because SassC fails to compile. This might fix both of these. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6638e81..1149ad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: ruby -dist: trusty +dist: bionic sudo: false cache: bundler: true