Skip to content

Commit ca66235

Browse files
committed
Change Travis runs to use overcommit --run
This feature was recently added and allows us to run all pre-commit hooks against this repository. Changing our Travis runs to us it gives us two benefits: * We can dog food the feature itself to ensure it continues working * We can add additional tests that this repo should run by adding Overcommit hooks, which is a good incentive to add more hooks This also means that our pre-commit process and our actual CI runs are now at parity with one another, so there should be no discrepancy between the two. Change-Id: I632b67ed5fbfe15824154f8de1bbfd95fe167171 Reviewed-on: http://gerrit.causes.com/45338 Tested-by: jenkins <jenkins@brigade.com> Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>
1 parent 85076a3 commit ca66235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ before_script:
1414

1515
script:
1616
- bundle exec rspec
17-
- bundle exec rubocop
17+
- bundle exec bin/overcommit --run

0 commit comments

Comments
 (0)