aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-08-19 23:48:15 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-08-19 23:48:15 +0200
commit964f5225ce2ab460f66f1bc930e531f8ea294f78 (patch)
tree90c9f072b096d4e5f27b905b5ac9985775a9fc8e
parent5accd5c88c6969a05e828536fb7f695e70bf097c (diff)
parentca4cee86afb88820a52ac1535de18c4dbb365f0e (diff)
downloadforums-964f5225ce2ab460f66f1bc930e531f8ea294f78.tar
forums-964f5225ce2ab460f66f1bc930e531f8ea294f78.tar.gz
forums-964f5225ce2ab460f66f1bc930e531f8ea294f78.tar.bz2
forums-964f5225ce2ab460f66f1bc930e531f8ea294f78.tar.xz
forums-964f5225ce2ab460f66f1bc930e531f8ea294f78.zip
Merge remote-tracking branch 'igorw/ticket/11060' into develop
* igorw/ticket/11060: [ticket/11060] Make sure pyrus can install everything on travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ddd98b5d8..f296f10230 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 'create database phpbb_tests;' -U postgres; 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
- phpenv rehash
- cd phpBB