travis: move to container-based builds

This commit is contained in:
David Adam 2015-10-01 16:16:12 +08:00
parent 5f2feee680
commit 9f0b077295

View file

@ -2,10 +2,15 @@ language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update
install:
- sudo apt-get install --no-install-recommends bc doxygen expect gettext libncurses5-dev
addons:
apt:
packages:
- bc
- doxygen
- expect
- gettext
- libncurses5-dev
sudo: false
script:
- autoreconf
- ./configure