From aecdd4c3a36a17d08a9559f4e9d448b24a845ca5 Mon Sep 17 00:00:00 2001
From: CedarLUG <cedarlug@fistfuloffrags.org>
Date: Sat, 14 Jan 2017 19:32:49 -0600
Subject: [PATCH] Trying out a hypothesis on the travis failures.

---
 .travis.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f91811da3..abb770e05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,16 @@
 language: bash
-sudo: false
+sudo: required
 env:
 - DISTRO=ubuntu-trusty
 
 before_script:
+    - sudo ls -l /sys/class/net
+    - sudo ls -l --dereference /sys/class/net 
+    - sudo ls -lad /sys/class
+    - sudo ls -lad /sys/devices
+    - sudo chmod a+x /sys
+    - sudo chmod a+rx /sys/class
+    - sudo chmod a+r /sys/class/net
     - curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx
 
 addons: