diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2020-06-12 12:24:39 +1000 |
---|---|---|
committer | Oliver O'Halloran <oohall@gmail.com> | 2020-06-17 21:18:45 +1000 |
commit | f6c6f3ad8395a5d0f6309f0c9b39eeea94eb24c4 (patch) | |
tree | fa8a3652028b86d430fcfcc9732907ced4e8ee99 /.travis.yml | |
parent | 21fd8a33bd514cad54f54ef0fcf89f9d88b4f9cd (diff) | |
download | skiboot-f6c6f3ad8395a5d0f6309f0c9b39eeea94eb24c4.zip skiboot-f6c6f3ad8395a5d0f6309f0c9b39eeea94eb24c4.tar.gz skiboot-f6c6f3ad8395a5d0f6309f0c9b39eeea94eb24c4.tar.bz2 |
travis: Remove the unused coverity token
In 7cd8402c3bec the coverity job config was moved to a seperate branch.
The encrypted token was left in the main .travis.yaml file though so
travis includes the token in the web interfaces which crowds out the
information we actually care about (which docker container we used).
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index f3a22c4..44079e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,6 @@ env: - RUN_ON_CONTAINER=debian-stretch - RUN_ON_CONTAINER=debian-unstable - RUN_ON_CONTAINER=docs - global: - # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created - # via the "travis encrypt" command using the project repo's public key - secure: "MpNEGFa1VrF/vsQq24n5UgfRbz1wVC6B8mubFnyK4gX0IuQ9xhWuTzMLUQF9UJxe5jnC2DTmVUvYTYN/hggw+PpYwbOOAE0QGR5pmPHA4PSRmc5pxt1q18/sv7EPFw66GFyWJq94nWjpigyKQ8KGtA67j1xFqrDoS43OA76WZgo=" matrix: allow_failures: @@ -42,6 +38,9 @@ script: - docker build --pull -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . && docker run --volume $HOME/.ccache:/root/.ccache --volume `pwd`:/build --rm -t $RUN_ON_CONTAINER bash -c "./opal-ci/build-${RUN_ON_CONTAINER}.sh"; + +# apparently this needs to be in the master branch in order for it to work on +# other branches too. addons: coverity_scan: project: |