From ca4cee86afb88820a52ac1535de18c4dbb365f0e Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 19 Aug 2012 02:28:11 +0200 Subject: [PATCH] [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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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