From 9901ce5f681709ec683ccbbec9f65692481e0e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Thu, 9 Apr 2020 20:33:53 +0200 Subject: [PATCH] MDL-68392 travis: Fix validation warnings and infos Can verify that this file passes the validation @ https://config.travis-ci.com/explore --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 321c1335560..245d7fc4a47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ # process (which uses our internal CI system) this file is here for the benefit # of community developers git clones - see MDL-51458. -sudo: required - # We currently disable Travis notifications entirely until https://github.com/travis-ci/travis-ci/issues/4976 # is fixed. notifications: @@ -11,6 +9,8 @@ notifications: language: php +os: linux + dist: xenial services: @@ -41,7 +41,7 @@ env: # Perform an upgrade test too. - DB=pgsql TASK=UPGRADE -matrix: +jobs: # Enable fast finish. # This will fail the build if a single job fails (except those in allow_failures). # It will not stop the jobs from running.