mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Merge pull request #2958 from Icinga/travis
travis: Update build matrix to build with php 5.3 on precise
This commit is contained in:
commit
d1ff1d3872
@ -1,15 +1,19 @@
|
|||||||
language: php
|
language: php
|
||||||
#dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- '5.3'
|
|
||||||
- '5.4'
|
- '5.4'
|
||||||
- '5.5'
|
- '5.5'
|
||||||
- '5.6'
|
- '5.6'
|
||||||
- '7.0'
|
- '7.0'
|
||||||
- '7.1'
|
- '7.1'
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- php: '5.3'
|
||||||
|
dist: precise
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
- postgresql
|
- postgresql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user