mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
fix .travis.yml
before ``` % travis lint .travis.yml Warnings for .travis.yml: [x] value for notifications section is empty, dropping [x] in notifications section: unexpected key on_success, dropping [x] in notifications section: unexpected key on_failure, dropping ``` now: ``` Hooray, .travis.yml looks valid :) ``` See also ProgVal/Supybot-plugins#217
This commit is contained in:
parent
74e5b5d5a4
commit
d14ff94e05
@ -17,7 +17,6 @@ script:
|
||||
after_success:
|
||||
- if [ "$TRAVIS_PYTHON_VERSION" = "3.4" ]; then bash .travis.runonce.bash;fi
|
||||
notifications:
|
||||
on_success: never
|
||||
on_failure: never
|
||||
email: false
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
Loading…
Reference in New Issue
Block a user