Let Travis CI use Ubuntu trusty

This allows to perform C++11-based tests on the Linux.
This commit is contained in:
Stephan Beyer 2016-01-26 21:53:16 +01:00
parent fc9073289f
commit fb647f69a2

View file

@ -1,5 +1,6 @@
sudo: false
language: cpp
sudo: required
dist: trusty
os:
- linux
- osx