mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Update .travis.yml to reorder tests and remove unnecessary commands
This commit is contained in:
parent
37de1bc9ee
commit
dc564a4a1a
1 changed files with 2 additions and 2 deletions
|
|
@ -21,12 +21,12 @@ before_script:
|
|||
- mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci"
|
||||
- mysql -u root -e "GRANT ALL PRIVILEGES ON rhymix.* TO travis@localhost"
|
||||
- mysql -u root -e "SET PASSWORD FOR travis@localhost = PASSWORD('travis'); FLUSH PRIVILEGES"
|
||||
- if [[ $TRAVIS_PHP_VERSION != "7.3" ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- phpenv config-rm xdebug.ini
|
||||
- wget https://codeception.com/releases/2.3.9/codecept.phar
|
||||
- php -S localhost:8000 &
|
||||
script:
|
||||
- grunt lint
|
||||
- php codecept.phar build
|
||||
- php codecept.phar run --debug --fail-fast --env travis
|
||||
- grunt lint
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue