mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Remove HHVM from Travis CI test suite
This commit is contained in:
parent
84ccece609
commit
3245c4183f
1 changed files with 2 additions and 7 deletions
|
|
@ -4,21 +4,16 @@ php:
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
- hhvm
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- php: hhvm
|
|
||||||
sudo: false
|
sudo: false
|
||||||
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"
|
- mysql -u root -e "CREATE DATABASE rhymix"
|
||||||
- mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis')"
|
- mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis')"
|
||||||
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then php -S localhost:8000 & fi
|
- php -S localhost:8000 &
|
||||||
- wget http://codeception.com/releases/2.1.11/codecept.phar
|
- wget http://codeception.com/releases/2.1.11/codecept.phar
|
||||||
script:
|
script:
|
||||||
- php codecept.phar build
|
- php codecept.phar build
|
||||||
- if [[ $TRAVIS_PHP_VERSION == "hhvm" ]]; then php codecept.phar run -d --fail-fast --env travis --skip install; fi
|
- php codecept.phar run -d --fail-fast --env travis
|
||||||
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then php codecept.phar run -d --fail-fast --env travis; fi
|
|
||||||
- grunt lint
|
- grunt lint
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue