From 199c0889bd80eea7921dc40aceacec8ae7ed8809 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 6 Apr 2017 15:47:40 -0500 Subject: Fixes #25: Test on Fedora 24 and Debian 8. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e152aa..563f83c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ env: - distro: ubuntu1604 - distro: ubuntu1404 - distro: ubuntu1204 - # - distro: debian8 + - distro: fedora24 + - distro: debian8 script: # Download test shim. -- cgit v1.2.1 From 9c4129402d7731cb985ef8a70cd34734d97d5a87 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 6 Apr 2017 16:01:56 -0500 Subject: Don't enable debian8 tests yet. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 563f83c..6eb20a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - distro: ubuntu1404 - distro: ubuntu1204 - distro: fedora24 - - distro: debian8 + # - distro: debian8 script: # Download test shim. -- cgit v1.2.1