travis: Remove trailing whitespace

pull/13349/head
Jaeden Amero 2020-07-24 14:33:28 +01:00
parent f5358a7ff4
commit fc146cd641
1 changed files with 3 additions and 3 deletions

View File

@ -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"