Hopefully fix Travis

This commit is contained in:
Xavier Mendez 2015-07-13 23:54:07 +02:00
parent 13a700121c
commit e4eacbb757

View file

@ -2,9 +2,14 @@ language: c
compiler:
- clang
- gcc
install:
- sudo apt-get -qq install python3
script: true
addons:
apt:
packages:
- cmake
- python3
sudo: off
# Disabled for now
#script: cmake . && make test
script: true