From db1bf3887e390e12549a4b14d5b70885ee25a4d9 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 17647b1c..611b3c48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,8 @@ before_install: - "./tests/before_install.sh" before_script: -- "./tests/before_script.sh" + - "./tests/before_script.sh" + script: - vendor/bin/atoum -ft -bf tests/bootstrap.php -d tests/suite-install -ncc - #php scripts/mqtt.php --tests > /dev/null 2>&1 &