We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73892b commit 4cd5e8fCopy full SHA for 4cd5e8f
.travis.yml
@@ -13,9 +13,9 @@ before_install:
13
- rake --version
14
# Uncomment when we have fewer shipping msftidy warnings.
15
# 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
+ - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
+ - ls -la ./.git/hooks
+ - ./.git/hooks/post-merge
19
before_script:
20
- cp config/database.yml.travis config/database.yml
21
- bundle exec rake --version
0 commit comments