Commit 1be4238f63df48d453261524fb17b52d854ba978

Authored by Nathan Broadbent
1 parent 58ccb240
Exists in master and in 1 other branch production

Added comment explaining how to skip Travis CI building on minor edits: [ci skip]

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
.travis.yml
... ... @@ -7,7 +7,6 @@ branches:
7 7 only:
8 8 - master
9 9  
10   -# Disable notifications for now.
11   -notifications:
12   - disabled: false
  10 +# To stop Travis from running tests for a new commit, add the following to your commit message: [ci skip]
  11 +# You should add this when you edit documentation or comments, etc.
13 12  
... ...