Merge pull request #17 from silverstripe-labs/pulls/fix-tests

BUG Fix .travis.yml
This commit is contained in:
Ingo Schommer 2016-01-18 15:54:26 +13:00
commit 9780bb014c
1 changed files with 2 additions and 2 deletions

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