We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5358a7 commit fc146cdCopy full SHA for fc146cd
.travis.yml
@@ -43,7 +43,7 @@ after_failure:
43
44
matrix:
45
include:
46
-
+
47
### Basic Tests ###
48
- &basic-vm
49
stage: "Basic"
@@ -127,7 +127,7 @@ matrix:
127
| ( grep -v -f .astyleignore || true ) \
128
| while read file; do astyle -n --options=.astylerc "${file}"; done
129
- git diff --exit-code --diff-filter=d --color
130
131
- <<: *docs-vm
132
name: "spellcheck"
133
env: NAME=doxy-spellcheck
@@ -224,7 +224,7 @@ matrix:
224
env: NAME=tools-py3.7
225
python: 3.7
226
227
228
### Extended Tests ###
229
- &extended-vm
230
stage: "Extended"
0 commit comments