Explorar o código

Telling Travis to install mono-devel

Strahinja Val Markovic %!s(int64=11) %!d(string=hai) anos
pai
achega
8debd30864
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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