Make .travis.yml a container based builder

This commit is contained in:
2016-12-17 19:54:06 -06:00
parent c1eca6afcc
commit bd00a27e29
+5 -3
View File
@@ -1,7 +1,9 @@
language: cpp
sudo: false
compiler:
- clang
- gcc
install:
- sudo apt-get install cmake
addons:
apt:
packages:
- cmake
script: ./scripts/cibuild