diff options
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 73f2bc40..8e723e0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,10 @@ script: - make stylecheck branches: - except: - - website + only: + - master + - auto + - /^.*-maintenance$/ notifications: email: false |
