Skip to content

Commit

Permalink
Switching Travis CI builds to Ubuntu Bionic Beaver
Browse files Browse the repository at this point in the history
According to the [documentation](https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure), `sudo: false` is no longed needed since Trusty.
  • Loading branch information
morozov committed Jan 8, 2020
1 parent 947f4e9 commit 8e88457
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: php
sudo: false
dist: xenial
dist: bionic

cache:
directories:
- vendor
- $HOME/.composer/cache
directories:
- vendor
- $HOME/.composer/cache

before_install:
- phpenv config-rm xdebug.ini || true
Expand Down

0 comments on commit 8e88457

Please sign in to comment.