]> Sergey Matveev's repositories - nnn.git/commitdiff
Use Ubuntu Xenial image to build
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 13 Jan 2019 18:02:04 +0000 (23:32 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 13 Jan 2019 18:02:04 +0000 (23:32 +0530)
.travis.yml

index 46b77741741c90f26118fcb8843282bbe7257192..11c47bed182571bd49cc08034acb63db08b1c5e9 100644 (file)
@@ -8,12 +8,12 @@ env:
 
 matrix:
   include:
-    # Access more recent gcc and clang via a Trusty image
+    # Access more recent gcc and clang via a Xenial image
     - os: linux
-      dist: trusty
+      dist: xenial
       compiler: gcc
     - os: linux
-      dist: trusty
+      dist: xenial
       compiler: clang
     - os: osx
       compiler: gcc