aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-14 15:00:10 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-14 15:05:50 -0700
commit1be3fe66330ed8a603413ed3ee61fdb65f029851 (patch)
tree85f9968799c33fc4a442083d243efa0863048fb7
parent7b17d20099a021637b3ad87f2de1eb2231999baa (diff)
Travis: clang 3.5.0 on Linux
https://docs.travis-ci.com/user/trusty-ci-environment all trusty images have sudo, and actually it is required to use this new Travis environment per docs. This makes it actually do it. Clang is 3.5 now.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b71455ab..9822f64e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: cpp
dist: trusty
-sudo: false
+sudo: required
matrix:
include: