From 8debd30864f0371b4b38f764f6ad496b7de8ffa8 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Tue, 8 Oct 2013 22:16:13 -0700 Subject: [PATCH] Telling Travis to install mono-devel --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 123041c4..ab376549 100644 --- a/.travis.yml +++ b/.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