diff options
author | Stephan Beyer <s-beyer@gmx.net> | 2016-01-26 21:53:16 +0100 |
---|---|---|
committer | Stephan Beyer <s-beyer@gmx.net> | 2016-01-26 21:53:16 +0100 |
commit | fb647f69a215f584f83808028653c59b7c533837 (patch) | |
tree | 61f763cf3ff5cea16399d16b186ac8083c89d262 | |
parent | fc9073289fc196d1a7ee400d703b0e92cf2f94fe (diff) |
Let Travis CI use Ubuntu trusty
This allows to perform C++11-based tests on the Linux.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a7e4840..58c5d98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ -sudo: false language: cpp +sudo: required +dist: trusty os: - linux - osx |