summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2016-01-26 21:53:16 +0100
committerStephan Beyer <s-beyer@gmx.net>2016-01-26 21:53:16 +0100
commitfb647f69a215f584f83808028653c59b7c533837 (patch)
tree61f763cf3ff5cea16399d16b186ac8083c89d262 /.travis.yml
parentfc9073289fc196d1a7ee400d703b0e92cf2f94fe (diff)
Let Travis CI use Ubuntu trusty
This allows to perform C++11-based tests on the Linux.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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