Sigh, travis install needs sudo for apt-get

This commit is contained in:
Strahinja Val Markovic 2013-10-08 22:18:29 -07:00
parent 8debd30864
commit aac33b61e9

View File

@ -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