diff options
author | 2018-12-30 23:19:01 +0100 | |
---|---|---|
committer | 2018-12-31 22:46:59 +0100 | |
commit | 444e5e6498c90c6c6e64f03d520b12eaf27b73db (patch) | |
tree | 9c9eb3c13871ea862f2651515335c7a0619b96da /.travis.yml | |
parent | Merge pull request #5488 from marc1706/ticket/15921 (diff) | |
download | phpbb-444e5e6498c90c6c6e64f03d520b12eaf27b73db.tar.gz phpbb-444e5e6498c90c6c6e64f03d520b12eaf27b73db.tar.bz2 phpbb-444e5e6498c90c6c6e64f03d520b12eaf27b73db.zip |
[ticket/15924] Switch to trusty build environment
PHPBB3-15924
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 91b8b4932c..839497f2ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php sudo: required -dist: precise matrix: include: @@ -37,6 +36,9 @@ matrix: services: - redis-server +addons: + mariadb: '10.0' + install: - travis/setup-phpbb.sh $DB $TRAVIS_PHP_VERSION $NOTESTS |