mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-09 22:13:05 -05:00
Update travis CI tests to >= PHP 5.6
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
0f5102da27
commit
91adfc186c
1 changed files with 3 additions and 4 deletions
|
|
@ -5,15 +5,14 @@ php:
|
|||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: '5.3'
|
||||
dist: precise
|
||||
sudo: required
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: 5.4
|
||||
- php: 5.5
|
||||
- php: nightly
|
||||
|
||||
cache:
|
||||
|
|
|
|||
Loading…
Reference in a new issue