From 7186589e1c52af2f8c827162d2a97499d165f8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 26 Jul 2018 20:21:33 +0200 Subject: [PATCH] trim trailing --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1a231eb3f1..31c720e58e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -291,11 +291,11 @@ script: - | echo "Checking coding style" # Ensure we catch errors - #set -e + set -e # Exclusions are defined in the ruleset.xml file #phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 . phpcs -s -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true . - #set +e + set +e echo # TODO: Check Javascript (jshint?)