Skip to content

Commit

Permalink
MDL-68392 travis: Fix validation warnings and infos
Browse files Browse the repository at this point in the history
Can verify that this file passes the validation @
https://config.travis-ci.com/explore
  • Loading branch information
lucaboesch authored and stronk7 committed Apr 9, 2020
1 parent 49f07dc commit 4e445b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,15 +2,15 @@
# 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:
email: false

language: php

os: linux

dist: xenial

services:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4e445b9

Please sign in to comment.