aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-10-15 22:44:49 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-10-15 22:44:49 +0200
commit878cb836f59afffca333b6d42e11c1bc0a4bc16f (patch)
treee4dff8a57b102c804a3324c831bc85e08510a92d
parent55e24eb4f87523c83e74a7174555a48b2a90b7a7 (diff)
downloadforums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar.gz
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar.bz2
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.tar.xz
forums-878cb836f59afffca333b6d42e11c1bc0a4bc16f.zip
[ticket/11920] Actually call travis/setup-mariadb.sh.
PHPBB3-11920
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 03bc7fb945..ecaf43c4b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ env:
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 'create database phpbb_tests;' -U postgres; fi"
+ - sh -c "if [ '$DB' = 'mariadb' ]; then travis/setup-mariadb.sh; fi"
- sh -c "if [ '$DB' = 'mysql' -o '$DB' = 'mariadb' ]; then mysql -e 'create database IF NOT EXISTS phpbb_tests;'; fi"
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then pear install --force phpunit/DbUnit; phpenv rehash; fi"
- cd phpBB