aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-24 11:03:54 +0000
committerMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-24 11:03:54 +0000
commitafc2c5a2e3c56e4e6f96f9ce122a2695a0008f15 (patch)
treeb5263901bf0badc76ce30c5f2f7e8be78fb218d6
parente35aecb9bd051b46a804366cf461d426dc062404 (diff)
downloadforums-afc2c5a2e3c56e4e6f96f9ce122a2695a0008f15.tar
forums-afc2c5a2e3c56e4e6f96f9ce122a2695a0008f15.tar.gz
forums-afc2c5a2e3c56e4e6f96f9ce122a2695a0008f15.tar.bz2
forums-afc2c5a2e3c56e4e6f96f9ce122a2695a0008f15.tar.xz
forums-afc2c5a2e3c56e4e6f96f9ce122a2695a0008f15.zip
[feature/event-dispatcher] Add composer install to travis
PHPBB3-9550
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d5e1231584..f21928dd37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ before_script:
- sh -c "if [ '$DB' = 'mysql' ]; 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; else pyrus install --force phpunit/DbUnit; fi"
- phpenv rehash
+ - curl -s http://getcomposer.org/installer | php
+ - php composer.phar install
script:
- phpunit --configuration travis/phpunit-$DB-travis.xml