1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

Merge pull request #1396 from bantu/ticket/11324

[ticket/11324] PHP 5.5 is in RC state. No longer allow failure on travis...
This commit is contained in:
Nils Adermann 2013-05-09 11:14:52 -07:00
commit b347986923

View File

@ -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"