Sigh, travis install needs sudo for apt-get
This commit is contained in:
parent
8debd30864
commit
aac33b61e9
@ -4,7 +4,7 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- pip install -r python/test_requirements.txt --use-mirrors
|
- pip install -r python/test_requirements.txt --use-mirrors
|
||||||
- apt-get install mono-devel
|
- sudo apt-get install mono-devel
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
Loading…
Reference in New Issue
Block a user