From fc146cd6415504b4db8479d356b0de0be39a78ec Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Fri, 24 Jul 2020 14:33:28 +0100 Subject: [PATCH] travis: Remove trailing whitespace --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 740f4ad85f..19adf47d04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ after_failure: matrix: include: - + ### Basic Tests ### - &basic-vm stage: "Basic" @@ -127,7 +127,7 @@ matrix: | ( grep -v -f .astyleignore || true ) \ | while read file; do astyle -n --options=.astylerc "${file}"; done - git diff --exit-code --diff-filter=d --color - + - <<: *docs-vm name: "spellcheck" env: NAME=doxy-spellcheck @@ -224,7 +224,7 @@ matrix: env: NAME=tools-py3.7 python: 3.7 - + ### Extended Tests ### - &extended-vm stage: "Extended"