Update .travis.yml to use xenial environment for PHP 7.4

This commit is contained in:
Kijin Sung 2020-05-19 20:53:06 +09:00
parent 14ad62e869
commit 37de1bc9ee

View file

@ -1,4 +1,4 @@
distro: trusty
distro: xenial
sudo: false
language: php
php:
@ -9,9 +9,13 @@ php:
- 7.4
matrix:
allow_failures:
- php: 7.4
- php:
services:
- mysql
mysql:
database: rhymix
username: rhymix
encoding: utf8mb4
before_script:
- npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev
- mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci"