mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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
|
os: linux
|
||||||
sudo: false
|
dist: xenial
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 7.0
|
- 7.0
|
||||||
|
|
@ -7,15 +7,11 @@ php:
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
matrix:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php:
|
- 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