mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
Merge pull request #17 from silverstripe-labs/pulls/fix-tests
BUG Fix .travis.yml
This commit is contained in:
commit
9780bb014c
@ -3,11 +3,11 @@ language: php
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.5
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- DB=POSTGRESQL CORE_RELEASE=master
|
||||
- DB=SQLITE CORE_RELEASE=master
|
||||
|
||||
before_script:
|
||||
- composer self-update || true
|
||||
|
Loading…
Reference in New Issue
Block a user