Skip to content

Commit

Permalink
.travis.yml: Use bears master
Browse files Browse the repository at this point in the history
Related to coala/meta#123
  • Loading branch information
jayvdb committed Jul 16, 2018
1 parent a5e0a1e commit dd238a3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
env:
global:
- PATH="$PATH:$TRAVIS_BUILD_DIR/node_modules/.bin"
- BEARS_ZIP_URL=https://codeload.github.com/coala/coala-bears/zip

cache:
pip: true
Expand Down Expand Up @@ -109,12 +110,8 @@ script:
- py.test
- python setup.py bdist_wheel
- pip install ./dist/coala-*.whl
- pip install coala-bears[alldeps] --pre -U
# https://github.com/coala/coala-bears/issues/1037
- >
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
sed -i.bak '/bears = GitCommitBear/d' .coafile
fi
- curl -fsSL -o coala-bears.zip $BEARS_ZIP_URL/master
- pip install coala-bears.zip[alldeps] --pre -U
- coala --non-interactive
- python setup.py docs
- .ci/check_man.sh
Expand Down

0 comments on commit dd238a3

Please sign in to comment.