summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-21 17:56:12 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-21 17:59:26 +0800
commit6017fe49f06bbe1effefb70f1eda56fa91713816 (patch)
tree044f4d7e7f1b9bfa3f979c69a7f38f422c20432a /.travis.yml
parent268858050a4ed646dbba7cf10cb767c9e93ad739 (diff)
downloadmrust-6017fe49f06bbe1effefb70f1eda56fa91713816.tar.gz
Travis - Switch to trusty which hopefully has a compatible compiler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c915ba93..a6eab40f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
language: cpp
install: make
compiler: clang
-sudo: false
+
+sudo: required
+dist: trusty
+#sudo: false
before_script:
- make UPDATE