From 9ecf992ccaf778f2394cfa7e9d05c154c47e3ca0 Mon Sep 17 00:00:00 2001 From: Benjamin Dahlmanns Date: Sat, 11 Feb 2017 22:01:26 +0100 Subject: [PATCH] Add sudo to travis file --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 791f989..c58c4c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ language: go go: 1.7.x +sudo: required + before install: - echo KERNEL==\"uinput\", GROUP=\"$USER\", MODE:=\"0660\" > /etc/udev/rules.d/99-$USER.rules \ No newline at end of file