Skip to content

Commit 4cd5e8f

Browse files
committed
Reenable post-merge hook in Travis
1 parent c73892b commit 4cd5e8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ before_install:
1313
- rake --version
1414
# Uncomment when we have fewer shipping msftidy warnings.
1515
# Merge committers will still be checking, just not autofailing.
16-
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
17-
# - ls -la ./.git/hooks
18-
# - ./.git/hooks/post-merge
16+
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
17+
- ls -la ./.git/hooks
18+
- ./.git/hooks/post-merge
1919
before_script:
2020
- cp config/database.yml.travis config/database.yml
2121
- bundle exec rake --version

0 commit comments

Comments
 (0)