Merge pull request #1328 from Icinga/testing

travis: Update icingaweb2 version and testing
This commit is contained in:
Markus Frosch 2017-12-11 11:11:38 +01:00 committed by GitHub
commit 13eac58290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -31,4 +31,4 @@ before_script:
script:
- php vendor/phpcs.phar
- php vendor/phpunit.phar --testdox || phpunit --verbose
- php vendor/phpunit.phar --testdox || php vendor/phpunit.phar --verbose

View File

@ -5,7 +5,7 @@ set -ex
MODULE_HOME=${MODULE_HOME:="$(dirname "$(readlink -f $(dirname "$0"))")"}
PHP_VERSION="$(php -r 'echo phpversion();')"
ICINGAWEB_VERSION=${ICINGAWEB_VERSION:=2.4.1}
ICINGAWEB_VERSION=${ICINGAWEB_VERSION:=2.5.0}
ICINGAWEB_GITREF=${ICINGAWEB_GITREF:=}
PHPCS_VERSION=${PHPCS_VERSION:=2.9.1}
@ -45,6 +45,7 @@ else
tar xf "${icingaweb_path}".tar.gz
fi
rm -f icingaweb2
ln -svf "${icingaweb_path}" icingaweb2
fi
ln -svf "${icingaweb_path}"/library/Icinga