Attempt to fix travis

This commit is contained in:
Timothy Warren 2016-10-12 22:22:58 -04:00
parent 6740aaef79
commit d17ef1656c
2 changed files with 1 additions and 10 deletions

View File

@ -15,11 +15,6 @@ variables:
POSTGRES_USER: test
POSTGRES_PASSWORD: test
test:5.6:
image: php:5.6
script:
- phpunit -c build --no-coverage
test:7:
image: php:7
script:

View File

@ -3,9 +3,6 @@ sudo: false
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- 7.1
- hhvm
@ -15,6 +12,7 @@ before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'create database test;' -U postgres
- mysql -e 'create database IF NOT EXISTS test;'
- composer install
script:
- mkdir -p build/logs
@ -28,6 +26,4 @@ after_script:
matrix:
allow_failures:
- php: 5.4
- php: 5.5
- php: nightly