mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-09-02 07:28:18 +02:00
22 lines
308 B
YAML
22 lines
308 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- travis_retry composer install --no-interaction --prefer-source
|
|
|
|
script: make test
|
|
|
|
matrix:
|
|
include:
|
|
- php: 5.3
|
|
dist: precise
|
|
- php: 5.4
|
|
- php: 5.5
|
|
- php: 5.6
|
|
- php: 7.0
|
|
- php: hhvm
|
|
allow_failures:
|
|
- php: hhvm
|
|
fast_finish: true
|