From 1234bfeb9df357314b5f88a516ed12ab7d1fc10a Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Mon, 8 Aug 2016 17:11:16 +0200 Subject: [PATCH] Use c instead of python as language Otherwise it installs a different version of python. We want to test the exact dependencies whenever possible. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0dc8bde..61a2d51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ -language: python +language: c before_install: - - sudo apt-get -y install make - - sudo apt-get -y install python-pip - sudo apt-get -y install python-software-properties