mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-01 11:19:34 -05:00
Make unit tests working with PHP 5.3
This commit is contained in:
parent
1b7033c654
commit
d747ea91da
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
language: php
|
||||
php:
|
||||
- '5.3'
|
||||
- '5.4'
|
||||
- '5.5'
|
||||
- '5.6'
|
||||
|
|
@ -8,6 +7,12 @@ php:
|
|||
- '7.1'
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: '5.3'
|
||||
dist: precise
|
||||
sudo: required
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
|
|
|
|||
Loading…
Reference in a new issue