summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-11-11 11:36:05 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-11-11 11:36:05 +0000
commit8d12ad28237dbafce4d7b3649477e66c7a28fb9a (patch)
tree8ec0eed06544345cc86415360e199a30c652aa28 /.travis.yml
parent9b01795939b286db8b2207800bdc41e0fd7f9d5a (diff)
travis: set CODACY_PROJECT_TOKEN on travis
this removes the explicit export of the above env-var in the build script. It is now set through travis's (private) web interface.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e23441ab..2a434203 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -151,7 +151,6 @@ after_success: |
set -e
if [[ $JOB = tests ]]; then
coverage xml
- export CODACY_PROJECT_TOKEN=df4443e7313e4ae599bcbbaf4835b00f
python-codacy-coverage -r coverage.xml
fi