mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 15:05:38 +00:00
Adjusted travis to test against 3.6 and one test against 3.5 (fixes #97)
This commit is contained in:
parent
2b03ab81f7
commit
775067ff93
@ -5,13 +5,13 @@ sudo: false
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=PGSQL CORE_RELEASE=3.5
|
env: DB=PGSQL CORE_RELEASE=3.6
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=SQLITE3 CORE_RELEASE=3.5
|
env: DB=SQLITE3 CORE_RELEASE=3.6
|
||||||
|
- php: 5.6
|
||||||
|
env: DB=MYSQL CORE_RELEASE=3.6
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=MYSQL CORE_RELEASE=3.5
|
env: DB=MYSQL CORE_RELEASE=3.5
|
||||||
- php: 5.3
|
|
||||||
env: DB=MYSQL CORE_RELEASE=3.1
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user