From aac33b61e93f406aae6f8cfc4d9a035b0604c621 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Tue, 8 Oct 2013 22:18:29 -0700 Subject: [PATCH] Sigh, travis install needs sudo for apt-get --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab376549..7b1fa8d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" install: - pip install -r python/test_requirements.txt --use-mirrors - - apt-get install mono-devel + - sudo apt-get install mono-devel compiler: - gcc - clang