mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-14 17:02:53 -05:00
Merge pull request #181 from Icinga/bugfix/travis-tests-php-5-6
Update travis CI tests to >= PHP 5.6
This commit is contained in:
commit
42a7a54e06
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