From 6cf706c54f74ca9e8da25d661dadc68117b92201 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 3 Jul 2016 15:11:15 +0200 Subject: [PATCH] chore(travis): sudo should not be required --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c11d5d2..a090f80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: rust -sudo: required os: - linux - osx