summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2018-01-03 12:22:15 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2018-01-03 15:34:37 +0100
commit2938d6335cad8e01a0484bf42ab306d66ced1bca (patch)
tree54c17db31fabd9090c178999c02a9c8b83d4a804
parentee53d64dcb092ca4c60921f140f89f850775483e (diff)
downloadefl-2938d6335cad8e01a0484bf42ab306d66ced1bca.tar.gz
ci: update travis distro builds for Ubuntu and Fedora to newer versions
We already have the needed Dockerfiles for the latest releases and they work fine. Make sure Travis runs use them.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 209a1e0071..7557954cce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,8 @@ before_install:
matrix:
include:
- - env: DISTRO=Ubuntu1704
- - env: DISTRO=Fedora26
+ - env: DISTRO=Ubuntu1710
+ - env: DISTRO=Fedora27
- env: DISTRO=Debian91
- os: osx
osx_image: xcode7.3