Update .travis.yml and .codeclimate.yml (#4639) [deploy]

This commit is contained in:
Mac Siri 2019-10-28 10:24:37 -04:00 committed by GitHub
parent 42771beb5d
commit 13a5963181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

2
.github/CODEOWNERS vendored
View file

@ -1,5 +1,3 @@
* @thepracticaldev/core-pullassigner
# SRE
Gemfile @thepracticaldev/sre
/db/ @thepracticaldev/sre

View file

@ -49,7 +49,7 @@ deploy:
app:
master: practicaldev
on:
condition: commit_message =~ /\[\s?deploy\s?\]/
condition: $TRAVIS_COMMIT_MESSAGE =~ /\[\s?deploy\s?\]/
after_deploy:
- bash after_deploy.sh
notifications: