mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Remove PHP 5.5 and 5.6 from Travis CI
This commit is contained in:
parent
9fb23bd3dd
commit
2258a811df
1 changed files with 1 additions and 3 deletions
|
|
@ -2,8 +2,6 @@ distro: trusty
|
|||
sudo: false
|
||||
language: php
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
|
@ -19,7 +17,7 @@ before_script:
|
|||
- mysql -u root -e "GRANT ALL PRIVILEGES ON rhymix.* TO travis@localhost"
|
||||
- mysql -u root -e "UPDATE mysql.user SET Password = PASSWORD('travis') WHERE User = 'travis'; FLUSH PRIVILEGES"
|
||||
- if [[ $TRAVIS_PHP_VERSION != "nightly" ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION =~ ^5 ]]; then wget https://codeception.com/releases/2.1.11/codecept.phar; else wget https://codeception.com/releases/2.3.9/codecept.phar; fi
|
||||
- wget https://codeception.com/releases/2.3.9/codecept.phar
|
||||
- php -S localhost:8000 &
|
||||
script:
|
||||
- php codecept.phar build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue