From b9f5b4c51e93fd10d01e46db11f19d77581bbe49 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 27 Feb 2019 14:31:07 +0100 Subject: [PATCH 1/2] travis: Use version 2.6.2 of Icinga Web 2 refs #210 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 188c968..3f3ad53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ cache: - vendor env: - - ICINGAWEB_VERSION=2.5.1 + - ICINGAWEB_VERSION=2.6.2 - IPL_VERSION=0.1.1 before_script: From cdd4c1cdcff0daea77d599df141dfad582bbdc1e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 27 Feb 2019 15:10:13 +0100 Subject: [PATCH 2/2] travis: Use the phpunit installation we've downloaded by ourselves refs #210 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f3ad53..1ffc4f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,4 @@ before_script: script: - php vendor/phpcs.phar - - phpunit --testdox || phpunit --verbose + - php vendor/phpunit.phar --testdox || php vendor/phpunit.phar --verbose