MDL-68392 travis: Fix validation warnings and infos

Can verify that this file passes the validation @
https://config.travis-ci.com/explore
This commit is contained in:
Luca Bösch 2020-04-09 20:33:53 +02:00 committed by Eloy Lafuente (stronk7)
parent df0e58adb1
commit 9901ce5f68

View File

@ -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.