mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +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
|
sudo: false
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
|
|
@ -9,9 +9,13 @@ php:
|
||||||
- 7.4
|
- 7.4
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.4
|
- php:
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
mysql:
|
||||||
|
database: rhymix
|
||||||
|
username: rhymix
|
||||||
|
encoding: utf8mb4
|
||||||
before_script:
|
before_script:
|
||||||
- npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev
|
- 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"
|
- mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue