From: Arun Prakash Jana Date: Sun, 13 Jan 2019 18:02:04 +0000 (+0530) Subject: Use Ubuntu Xenial image to build X-Git-Tag: v2.3~139 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c1668cb9dd7c2c0b49d0f368dfd5edff072674fd;p=nnn.git Use Ubuntu Xenial image to build --- diff --git a/.travis.yml b/.travis.yml index 46b77741..11c47bed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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