Change ubuntu to 18.04 in .travis.yml.

This commit is contained in:
John Ralls 2019-09-06 12:54:30 -07:00
parent d55d0a0e30
commit 3a6ea8a59f

View File

@ -3,7 +3,7 @@ language: c++
compiler: gcc
env:
- BUILDENV=arch BUILDTYPE=cmake-ninja
- BUILDENV=ubuntu-16.04 BUILDTYPE=cmake-make
- BUILDENV=ubuntu-18.04 BUILDTYPE=cmake-make
services:
- docker
install: