mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Merge branch '1.1' into 1.2
This commit is contained in:
commit
e3bebfe453
14
.travis.yml
14
.travis.yml
@ -7,17 +7,17 @@ sudo: false
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.3
|
- php: 5.3
|
||||||
env: DB=POSTGRESQL CORE_RELEASE=3.4
|
env: DB=PGSQL CORE_RELEASE=3.4
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=POSTGRESQL CORE_RELEASE=3.5
|
env: DB=PGSQL CORE_RELEASE=3.5
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
env: DB=POSTGRESQL CORE_RELEASE=3.6
|
env: DB=PGSQL CORE_RELEASE=3.6
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=POSTGRESQL CORE_RELEASE=3
|
env: DB=PGSQL CORE_RELEASE=3
|
||||||
- php: 7.0
|
- php: 7.0
|
||||||
env: DB=POSTGRESQL CORE_RELEASE=3
|
env: DB=PGSQL CORE_RELEASE=3
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: DB=POSTGRESQL CORE_RELEASE=3
|
env: DB=PGSQL CORE_RELEASE=3
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update || true
|
- composer self-update || true
|
||||||
@ -26,5 +26,5 @@ before_script:
|
|||||||
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
||||||
- cd ~/builds/ss
|
- cd ~/builds/ss
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit framework/tests
|
- vendor/bin/phpunit framework/tests
|
||||||
|
Loading…
Reference in New Issue
Block a user