diff options
| author | Fyorl <gaelreth@gmail.com> | 2012-07-16 18:07:20 +0100 |
|---|---|---|
| committer | Fyorl <gaelreth@gmail.com> | 2012-07-17 21:39:49 +0100 |
| commit | 74074994ba7a1af3ccd017006fc1808c2527706b (patch) | |
| tree | 0323d1c97e88724c237bccc32a7dcaecf1727b14 | |
| parent | 7a412f846a9c4c8d712525cf03caa0b5549755ce (diff) | |
| download | forums-74074994ba7a1af3ccd017006fc1808c2527706b.tar forums-74074994ba7a1af3ccd017006fc1808c2527706b.tar.gz forums-74074994ba7a1af3ccd017006fc1808c2527706b.tar.bz2 forums-74074994ba7a1af3ccd017006fc1808c2527706b.tar.xz forums-74074994ba7a1af3ccd017006fc1808c2527706b.zip | |
[ticket/10981] Modified travis to use composer with --dev
PHPBB3-10981
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6a1ecedac4..1a584add86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ 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 + - cd phpBB + - php ../composer.phar install --dev + - cd .. script: - phpunit --configuration travis/phpunit-$DB-travis.xml |
