From dc376401f606f97600b15fb03f16d735609258d9 Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Thu, 10 Sep 2015 22:59:15 -0700
Subject: [PATCH] Can we masquerade to get trusty tahr?

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c0cb38a9..1526807c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,11 @@
 language: rust
+sudo: required
+services:
+  - docker
 rust:
   - 1.2.0
   - beta
   - nightly
-sudo: false
 install:
   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then OS=unknown-linux-gnu; else OS=apple-darwin; fi
   - export TARGET=$ARCH-$OS
-- 
GitLab