Sigh, travis install needs sudo for apt-get
This commit is contained in:
parent
8debd30864
commit
aac33b61e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user