Use Ubuntu 14.04 in TravisCI to get a less antique CMake version

This commit is contained in:
Marcel Metz 2017-03-05 00:08:37 +01:00
parent ad640245d8
commit a11a13bdd1

View File

@ -1,5 +1,6 @@
os:
- linux
- osx
dist: trusty
language: c
script: cmake . && make -j2