From 0bfa768b0482b213eb6d6953ac7a57ad9a202646 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Wed, 16 May 2018 15:02:10 +0200 Subject: [PATCH] ci(travis): fix formatting Signed-off-by: Thierry Bugier --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f000bddc..8e63fe80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ before_install: before_script: - "./tests/before_script.sh" + script: - if [ "${TRAVIS_PHP_VERSION:0:3}" = "$CS" ] && [ "$GLPI_BRANCH" = "$AFTER_SUCCESS_BRANCH" ]; then COVERAGE="--nccfc CommonTreeDropdown CommonDropdown CommonDBTM CommonGLPI"; else COVERAGE="-ncc"; fi - if [ -e ../../scripts/cliinstall.php ] ; then php ../../scripts/cliinstall.php --db=$OLDDBNAME --user=root --tests ; fi