BUG Fix .travis.yml

This commit is contained in:
Damian Mooyman 2016-01-18 15:28:10 +13:00
parent 941fc9d857
commit c95cbcdc01

View File

@ -3,11 +3,11 @@ language: php
sudo: false sudo: false
php: php:
- 5.3 - 5.5
env: env:
matrix: matrix:
- DB=POSTGRESQL CORE_RELEASE=master - DB=SQLITE CORE_RELEASE=master
before_script: before_script:
- composer self-update || true - composer self-update || true