mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11060] Make sure pyrus can install everything on travis
This is needed so it can install symfony/yaml from a new channel. PHPBB3-11060
This commit is contained in:
parent
d07cb6d778
commit
ca4cee86af
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ before_script:
|
||||||
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'DROP DATABASE IF EXISTS phpbb_tests;' -U postgres; fi"
|
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'DROP DATABASE IF EXISTS phpbb_tests;' -U postgres; fi"
|
||||||
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'create database phpbb_tests;' -U postgres; fi"
|
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'create database phpbb_tests;' -U postgres; fi"
|
||||||
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS phpbb_tests;'; fi"
|
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS phpbb_tests;'; fi"
|
||||||
|
- pyrus set auto_discover 1
|
||||||
- pyrus install --force phpunit/DbUnit
|
- pyrus install --force phpunit/DbUnit
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
- cd phpBB
|
- cd phpBB
|
||||||
|
|
Loading…
Add table
Reference in a new issue