Commit 0abc269f9a7c2c1c3b283c8c4881ba21517ff42f
1 parent
0469ba81
Exists in
master
and in
1 other branch
Moved comment onto 2 lines [ci skip]
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -7,6 +7,7 @@ branches: |
7 | 7 | only: |
8 | 8 | - master |
9 | 9 | |
10 | -# To stop Travis from running tests for a new commit, add the following to your commit message: [ci skip] | |
10 | +# To stop Travis from running tests for a new commit, | |
11 | +# add the following to your commit message: [ci skip] | |
11 | 12 | # You should add this when you edit documentation or comments, etc. |
12 | 13 | ... | ... |