aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-08-19 02:28:11 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-08-19 02:28:11 +0200
commitca4cee86afb88820a52ac1535de18c4dbb365f0e (patch)
tree68a2aaed88c6d1102a759edd8762e836ee72605a
parentd07cb6d778c264cbd1441438f2ea77ae6cc76126 (diff)
downloadforums-ca4cee86afb88820a52ac1535de18c4dbb365f0e.tar
forums-ca4cee86afb88820a52ac1535de18c4dbb365f0e.tar.gz
forums-ca4cee86afb88820a52ac1535de18c4dbb365f0e.tar.bz2
forums-ca4cee86afb88820a52ac1535de18c4dbb365f0e.tar.xz
forums-ca4cee86afb88820a52ac1535de18c4dbb365f0e.zip
[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
-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