Skip to content

Commit 13a5963

Browse files
authored
Update .travis.yml and .codeclimate.yml (forem#4639) [deploy]
1 parent 42771be commit 13a5963

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/CODEOWNERS

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
* @thepracticaldev/core-pullassigner
2-
31
# SRE
42
Gemfile @thepracticaldev/sre
53
/db/ @thepracticaldev/sre

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deploy:
4949
app:
5050
master: practicaldev
5151
on:
52-
condition: commit_message =~ /\[\s?deploy\s?\]/
52+
condition: $TRAVIS_COMMIT_MESSAGE =~ /\[\s?deploy\s?\]/
5353
after_deploy:
5454
- bash after_deploy.sh
5555
notifications:

0 commit comments

Comments
 (0)