diff --git a/.travis.yml b/.travis.yml index 178f219db3..8039e1d47e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,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"