.travis.yml (tine20-2020.08.3) | : | .travis.yml (tine20-2020.08.4) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
php: | php: | |||
- '7.2' | - '7.2' | |||
services: | services: | |||
- mysql | - mysql | |||
env: | env: | |||
- DB=mysql | - DB=mysql | |||
before_script: | before_script: | |||
- composer self-update --rollback | ||||
- if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS tine 20;" -uroot; fi | - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS tine 20;" -uroot; fi | |||
- cd tine20 | - cd tine20 | |||
- composer install | - composer install | |||
- cp config.inc.travis.php config.inc.php | - cp config.inc.travis.php config.inc.php | |||
- cp install.properties.travis install.properties | - cp install.properties.travis install.properties | |||
- vendor/bin/phing tine-install | - vendor/bin/phing tine-install | |||
script: | script: | |||
- cd ../tests/tine20 | - cd ../tests/tine20 | |||
- ../../tine20/vendor/bin/phpunit --color TravisTests.php | - ../../tine20/vendor/bin/phpunit --color TravisTests.php | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |