Commit 0fae80c
authored
Merge pull request #349 from akgrant43/appveyor1
Modify the AppVeyor build to allow skip in commit body
By default, AppVeyor only recognises [skip xxx] in the commit title.
This change allows the skip messages to be placed in the commit body.
Recognised keywords are:
- [skip ci]
- [ci skip]
- [skip appveyor]
- [appveyor skip]
And since this doesn't affect Unix:
[skip travis]1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
| |||
0 commit comments