From: Daniel Date: Tue, 11 Dec 2018 05:47:31 +0000 (-0800) Subject: Switch to encrypted token for code climate X-Git-Tag: 1.5.2~25 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51c2086859cd97f75e38e86c8e472cb7abdb4999;p=cached-property.git Switch to encrypted token for code climate --- diff --git a/.travis.yml b/.travis.yml index d421f3c..42315be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,14 @@ sudo: false language: python -env: - global: - - CC_TEST_REPORTER_ID=b6726c411af063deb7dae6670a83c2a0be6bf453a58298f419bac4c25dba6ad9 +# env: +# global: +# - CC_TEST_REPORTER_ID=b6726c411af063deb7dae6670a83c2a0be6bf453a58298f419bac4c25dba6ad9 + +addons: + code_climate: + repo_token: + secure: "kcODbCtC3Jk35x+mUNkrCKtobpiCKsfYUVn6np6bxnFAjYZ1NF08whvrzsRlYt4BdY78bdgaXk6aglDOHIdMhe96PMCXvJTitfmlN50QGQQnwu5FuiA9owV8EBQqqdSUQbzffeF5I8TyumsOWs6FNWylQcHkFUuLxrq9xF64NTg=" before_script: # code coverage tool - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter