diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-08-10 07:19:52 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-08-10 07:19:52 +0530 |
commit | 82e9a958f903da891569029926cc0b07144eebaa (patch) | |
tree | 0c589fcbac82f3f1befaa94f7273d156d1885957 /.travis.yml | |
parent | 68f0af62208620675cf63fed000c7bca45277c24 (diff) | |
download | nnn-82e9a958f903da891569029926cc0b07144eebaa.tar.gz |
Try building on Xenial
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6efc405..71bcdb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,10 @@ matrix: include: # Access more recent gcc and clang via a Trusty image - os: linux - dist: trusty + dist: xenial compiler: gcc - os: linux - dist: trusty + dist: xenial compiler: clang - os: osx compiler: gcc |