mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Fix .travis.yml warnings
This commit is contained in:
parent
a635546f39
commit
766cd4b1d5
1 changed files with 3 additions and 7 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -1,5 +1,5 @@
|
|||
distro: xenial
|
||||
sudo: false
|
||||
os: linux
|
||||
dist: xenial
|
||||
language: php
|
||||
php:
|
||||
- 7.0
|
||||
|
|
@ -7,15 +7,11 @@ php:
|
|||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
matrix:
|
||||
jobs:
|
||||
allow_failures:
|
||||
- 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