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: compiler:
- gcc - gcc
- clang - clang
before_install: addons:
- sudo apt-get update apt:
install: packages:
- sudo apt-get install --no-install-recommends bc doxygen expect gettext libncurses5-dev - bc
- doxygen
- expect
- gettext
- libncurses5-dev
sudo: false
script: script:
- autoreconf - autoreconf
- ./configure - ./configure