Remove PHP 5.5 and 5.6 from Travis CI

This commit is contained in:
Kijin Sung 2018-06-30 15:32:23 +09:00
parent 9fb23bd3dd
commit 2258a811df

View file

@ -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