From f419d1c20c64118689729d817971e43a4316f727 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 3 Nov 2020 12:04:26 +1100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a695031..a2048719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,10 @@ -# We want to use the KVM-based system, so require sudo -sudo: required services: - docker before_install: - git clone --depth=1 https://github.com/discourse/discourse-plugin-ci -install: true # Prevent travis doing bundle install +install: true script: - discourse-plugin-ci/script.sh