Updated .travis.yml to use new container-based infrastructure.

This commit is contained in:
Andreas Pfohl 2015-10-18 14:26:44 +02:00
parent 656931380c
commit 6dba32c66c

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