diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-22 20:13:04 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-22 20:13:04 +1100 |
commit | 0aa749e6822aee816b4a9c3100eebabc2e74ee32 (patch) | |
tree | cdbea968d202cce9856ca8c1b58d89828671a66f /.travis.yml | |
parent | e8af7effed7bbb6afdceda465699c97c47c57b67 (diff) | |
download | talos-skiboot-0aa749e6822aee816b4a9c3100eebabc2e74ee32.tar.gz talos-skiboot-0aa749e6822aee816b4a9c3100eebabc2e74ee32.zip |
travis: Add Fedora 27
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b9da4242..0deda307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ env: - RUN_ON_CONTAINER=fedora24 - RUN_ON_CONTAINER=fedora25 - RUN_ON_CONTAINER=fedora26 + - RUN_ON_CONTAINER=fedora27 - RUN_ON_CONTAINER=fedora-rawhide - RUN_ON_CONTAINER=debian-stretch - RUN_ON_CONTAINER=debian-unstable |