Browse Source

Sigh, travis install needs sudo for apt-get

Strahinja Val Markovic 11 years ago
parent
commit
aac33b61e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.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