mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Merge pull request #70 from silverstripe/pulls/test-with-php7
Testing in PHP7
This commit is contained in:
commit
6beeef75d0
16
.travis.yml
16
.travis.yml
@ -2,19 +2,13 @@ language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- DB=POSTGRESQL CORE_RELEASE=3.2
|
||||
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.3
|
||||
env: DB=POSTGRESQL CORE_RELEASE=3.4
|
||||
- php: 5.6
|
||||
env: DB=POSTGRESQL CORE_RELEASE=3.2
|
||||
- php: 5.5
|
||||
env: DB=POSTGRESQL CORE_RELEASE=3
|
||||
- php: 7.0
|
||||
env: DB=POSTGRESQL CORE_RELEASE=3
|
||||
|
||||
before_script:
|
||||
@ -25,4 +19,4 @@ before_script:
|
||||
- cd ~/builds/ss
|
||||
|
||||
script:
|
||||
- phpunit framework/tests
|
||||
- vendor/bin/phpunit framework/tests
|
||||
|
Loading…
Reference in New Issue
Block a user