From 55237b094a20b39c30ae75fe40b0bf842cf4abae Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Sun, 29 Nov 2015 22:09:11 -0800
Subject: [PATCH] Use new travis insfrastructure (sudo:false)

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

diff --git a/.travis.yml b/.travis.yml
index c39dbf0c63..ab379be486 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ python:
   - "2.6"
   - "2.7"
 
+# Use new Travis infrastructure (Docker can't sudo yet)
+sudo: false
+
 # No need to install any deps.
 install: true
 
-- 
GitLab