Skip to content

Commit

Permalink
Fix warnings issued by travis (#64)
Browse files Browse the repository at this point in the history
- root: deprecated key sudo (The key `sudo` has no effect anymore.)
- root: key matrix is an alias for jobs, using jobs
- root: missing os, using the default linux
  • Loading branch information
kghbln authored Apr 18, 2020
1 parent 2cca33f commit 93fcc08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
os:
- linux

language: php

services:
- mysql

matrix:
jobs:
fast_finish: true
include:
- env: DB=mysql; MW=REL1_28; TYPE=coverage
Expand Down

0 comments on commit 93fcc08

Please sign in to comment.