Skip to content

Commit bcb41f9

Browse files
committed
Sign hooks before executing with --run flag in Travis
Our new signing logic requires us to sign on the first run. Since this is running in CI, we're OK signing without manually verifying.
1 parent fddb5cf commit bcb41f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ before_script:
2222

2323
script:
2424
- bundle exec rspec
25-
- bundle exec bin/overcommit --run
25+
- bundle exec overcommit --sign
26+
- bundle exec overcommit --run

0 commit comments

Comments
 (0)