aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-19 09:30:07 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-19 09:30:07 -0400
commitc88a1c6b3dd1a5bcbd8f82a7a73751100e128a00 (patch)
tree6e2ec1f77e844a39b8c5de4ef7639fe5c631c586 /.travis.yml
parentman: drop redundant id sections (diff)
downloadpax-utils-c88a1c6b3dd1a5bcbd8f82a7a73751100e128a00.tar.gz
pax-utils-c88a1c6b3dd1a5bcbd8f82a7a73751100e128a00.tar.bz2
pax-utils-c88a1c6b3dd1a5bcbd8f82a7a73751100e128a00.zip
travis: add coverity scan integration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f5f843..37b90c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,22 +2,26 @@
# https://docs.travis-ci.com/
language: c
+# Order here matters for implicit matrix generation and coverity scan.
+# See travis/main.sh for details.
compiler:
- - clang
- gcc
+ - clang
sudo: false
+# Order here matters; see compiler comment above.
os:
- linux
-# Travis currently runs on OS X 10.9 which does not include *at funcs.
-# Disable until they update or we include autotools support.
- osx
# Travis currently uses Ubuntu 12.04 (Precise) which is too old: it does
# not include pyelftools. Disable until they update.
env:
- - USE_PYTHON=no
+ global:
+ - USE_PYTHON=no
+ - secure: "ePjz/xsdTlf0lhdZtANITiAk2lBAA9wwzB5PK/9aR5i1eBfjgXQgIJLY1y7Lqa4WU8TnSF2mwzd0pYgb320lQMC5rP7aEMAqxVZeG9WmFjet2G5vQ48tDhEJzzDhOpfvQyPehiWqLL6RUhNjE8+kpdK74P7oUFJVIuoQkUn2EuW9eUD9hV6z6tS60C0F4COdE/6DPnBySmqvjm9r9Sdfz1flCI2FXoV7MrrqrwLIx3OMtHmqmM9vGF1d2rGXRADVEGL+ldx9KvdfTLddXhWkCuHZil9YMvQLu0+gTK/g3V02Gh1/xrKmTa6v2RDqimCYDGKdHn0An+tQShYqk2JqJfzvPeysGS8lWfQePaEnHnf6niQN6h4078Ru5jH3D6AFjInrdPEOS3UZsbrJ//7hhUdiHONeQZcVcCVk7bvaJoanjjI9hJaPQXc72u81uyjlXaTOEj/znOAV92WyTaR62cT5r0GR+R7Jp214YR1IyAIB63zQVw2QCNi6W2HpyUEo3d2fOdJdaPwPQL52GxD/i3h4uGh1orYdRL4s/tdqwvYHklE2AGrEAboq2pIkmVirWH9+3+vRTnZ+fyoXD6dqDa0QvkN0pxEwmFy0IvbvTUA+0k6iplDVY21hqoid2OUpus+LjdXT2QALsY9OfMvMPdUaoFSTzWFm1jwZBPqlZN0="
+
# Note: OS X deps are maintained in .travis.sh until Travis supports it here.
addons:
apt: