aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-05-03 16:22:04 -0700
committerNils Adermann <naderman@naderman.de>2012-05-03 16:22:04 -0700
commit859c3ca7d585c6d42254815f7146faf85c939a39 (patch)
tree98d074b3604a5c1d5d6b924ced5dc5c6efd382e4
parent7426c7a97f690ad3cac78b384e97e21cda47c40d (diff)
parent0e906f2575892d25a359f3ad8020e8f66b91054d (diff)
downloadforums-859c3ca7d585c6d42254815f7146faf85c939a39.tar
forums-859c3ca7d585c6d42254815f7146faf85c939a39.tar.gz
forums-859c3ca7d585c6d42254815f7146faf85c939a39.tar.bz2
forums-859c3ca7d585c6d42254815f7146faf85c939a39.tar.xz
forums-859c3ca7d585c6d42254815f7146faf85c939a39.zip
Merge pull request #791 from erikfrerejean/task/10869
[task/10869] Remove PHP 5.2 check from .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 82f7d27e35..cc2383de57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_script:
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS phpbb_tests;' -U postgres; fi"
- sh -c "if [ '$DB' = 'pgsql' ]; 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"
- - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then pear install --force phpunit/DbUnit; else pyrus install --force phpunit/DbUnit; fi"
+ - pyrus install --force phpunit/DbUnit
- phpenv rehash
- cd phpBB
- curl -s http://getcomposer.org/installer | php