mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
MINOR Update build to use xenial and add extra PHP version
This commit is contained in:
parent
0d54ec6bda
commit
146dc41e69
12
.travis.yml
12
.travis.yml
@ -1,6 +1,10 @@
|
||||
language: php
|
||||
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
-
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@ -19,6 +23,12 @@ matrix:
|
||||
- php: 7.1
|
||||
env:
|
||||
- PHPUNIT_TEST=framework
|
||||
- php: 7.2
|
||||
env:
|
||||
- PHPUNIT_TEST=framework
|
||||
- php: 7.3
|
||||
env:
|
||||
- PHPUNIT_TEST=framework
|
||||
- php: 7.1
|
||||
env:
|
||||
- PHPUNIT_TEST=postgresql
|
||||
|
Loading…
Reference in New Issue
Block a user