summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-11-17 09:31:45 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-11-24 16:34:15 +1100
commit930fa2caf84d9160cb22ee5a4e59bdc810d8b411 (patch)
tree5a1c44574746c8ac1e5970bf9e3286e2346ad5cd /.travis.yml
parent93a27432e132a72ffe1c9b7c9c077e01b2778a1a (diff)
downloadtalos-skiboot-930fa2caf84d9160cb22ee5a4e59bdc810d8b411.tar.gz
talos-skiboot-930fa2caf84d9160cb22ee5a4e59bdc810d8b411.zip
travis: add fedora rawhide
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a986d07d..d4b63d6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ env:
- RUN_ON_CONTAINER=centos6
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora24
+ - RUN_ON_CONTAINER=fedora-rawhide
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
@@ -18,6 +19,7 @@ env:
matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora24
+ - env: RUN_ON_CONTAINER=fedora-rawhide
sudo: required
services: docker
OpenPOWER on IntegriCloud