mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Update .travis.yml to use xenial environment for PHP 7.4
This commit is contained in:
parent
14ad62e869
commit
37de1bc9ee
1 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue