Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.travis.yml: Install coala-bears master
The default `install:` phase of Travis CI does `pip install -r requirements.txt`, which was duplicated by the custom `before_script:` block. Place `coala-bears` at the top of requirements.txt to ensure that its pins are respected, and use coala bears master. Remove hack for GitCommitBear which is no longer necessary. Closes coala#496 Related to coala/meta#123
- Loading branch information