From 4155cdff3b2a734c2225b73b28de2652cad32b38 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15441f84..978af777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,8 @@ before_install: - "./tests/before_install.sh" before_script: -- "./tests/before_script.sh" + - "./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 - vendor/bin/atoum -ft -bf tests/bootstrap.php -d tests/suite-install -ncc