Merge pull request #77 from apfohl/apfohl-travis

Updated .travis.yml to use new container-based infrastructure.
This commit is contained in:
Joris Vink 2015-10-19 08:47:16 +02:00
commit 02c667e940

View File

@ -1,11 +1,11 @@
language: c
sudo: false
compiler:
- clang
- gcc
install:
- sudo apt-get update -qq
- sudo apt-get install libssl-dev
script: make
addons:
apt:
packages:
- libssl-dev
script:
- make