summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-07-19 16:30:32 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-20 20:00:28 +1000
commit0b134f57306b8f1e0f2d9eedd0baf9d73488f4be (patch)
tree27a72073982c3b21ce154b3514f27fc474ae6179 /.travis.yml
parent446d0f24f02596d348cf3523dcc0c64e3acf9467 (diff)
downloadtalos-skiboot-0b134f57306b8f1e0f2d9eedd0baf9d73488f4be.tar.gz
talos-skiboot-0b134f57306b8f1e0f2d9eedd0baf9d73488f4be.zip
travis: Add debian stretch and unstable
At the moment, we mark them both as being able to fail, as we're hitting an assert in one of the unit tests on debian stretch, and that hasn't yet been chased down. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b709e6ff..24675f27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ env:
- RUN_ON_CONTAINER=fedora25
- RUN_ON_CONTAINER=fedora26
- RUN_ON_CONTAINER=fedora-rawhide
+ - RUN_ON_CONTAINER=debian-stretch
+ - RUN_ON_CONTAINER=debian-unstable
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
@@ -21,6 +23,8 @@ env:
matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora-rawhide
+ - env: RUN_ON_CONTAINER=debian-stretch
+ - env: RUN_ON_CONTAINER=debian-unstable
sudo: required
services: docker
OpenPOWER on IntegriCloud