From dd238a38a7bdb0a4d85cb379f082aed930a21bd6 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 9 Jul 2018 17:42:49 +0700 Subject: [PATCH] .travis.yml: Use bears master Related to https://github.com/coala/meta/issues/123 --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71d0c6af9d..6574f47a33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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