Skip to content

Commit

Permalink
.travis.yml: Remove GitCommitBear if ran in travis
Browse files Browse the repository at this point in the history
Needed because of an existing bug
coala/coala-bears#1037
  • Loading branch information
meetmangukiya committed Jun 11, 2017
1 parent 9a70670 commit ba38563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ before_script:
- pip install -r test-requirements.txt

script:
- sed -i.bak '/bears = GitCommitBear/d' .coafile
- coala --non-interactive -V
- python -m pytest
- docker build -t "corobo" .
Expand Down

0 comments on commit ba38563

Please sign in to comment.