Telling Travis to install mono-devel

This commit is contained in:
Strahinja Val Markovic 2013-10-08 22:16:13 -07:00
parent afe270b6c4
commit 8debd30864

View File

@ -4,6 +4,7 @@ python:
- "2.7"
install:
- pip install -r python/test_requirements.txt --use-mirrors
- apt-get install mono-devel
compiler:
- gcc
- clang