diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-05-09 20:02:55 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-05-09 20:10:25 +0200 |
commit | d1415676c54138fecfe133a92bbf7aca52d3c2b7 (patch) | |
tree | 3b4273599e413506c1f26c63258a772daa450962 | |
parent | 3fb536d7b7a51409a87192b2309ccf50ab11564f (diff) | |
download | forums-d1415676c54138fecfe133a92bbf7aca52d3c2b7.tar forums-d1415676c54138fecfe133a92bbf7aca52d3c2b7.tar.gz forums-d1415676c54138fecfe133a92bbf7aca52d3c2b7.tar.bz2 forums-d1415676c54138fecfe133a92bbf7aca52d3c2b7.tar.xz forums-d1415676c54138fecfe133a92bbf7aca52d3c2b7.zip |
[ticket/11324] PHP 5.5 is in RC stage. No longer allow failure on travis.
PHPBB3-11324
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 093719528d..b08d677bc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,6 @@ env: - DB=mysql - DB=postgres -matrix: - allow_failures: - - php: 5.5 - 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" |