ci: stay with 17.04 for Ubuntu on Travis builds
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 4 Jan 2018 07:46:10 +0000 (08:46 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 10 Jan 2018 11:08:13 +0000 (20:08 +0900)
There is some glitch with 17.10 and systemd in our build. Roll back here
to keep the Travis build stable until this is investigated.

.travis.yml

index 98f937f..2f60f7e 100644 (file)
@@ -13,7 +13,7 @@ before_install:
 
 matrix:
   include:
-    - env: DISTRO=Ubuntu1710
+    - env: DISTRO=Ubuntu1704
     - env: DISTRO=Fedora27
     - env: DISTRO=Debian91
     - env: DISTRO=Archlinux