Skip to content

Commit 71257fc

Browse files
committed
Fix warnings on Travis CI configuration file
Warnings from https://travis-ci.org/github/doctrine/coding-standard/builds/676955885/config: ``` root: deprecated key sudo (The key `sudo` has no effect anymore.) root: deprecated key sudo (The key `sudo` has no effect anymore.) root: missing os, using the default linux ```
1 parent c665bae commit 71257fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
dist: xenial
2-
sudo: false
1+
dist: bionic
32
language: php
3+
os: linux
44

55
php:
66
- 7.2

0 commit comments

Comments
 (0)