Improving Travis conf to prepare autoconf assets.

This commit is contained in:
Martin Dvorak 2015-05-11 15:39:45 +02:00
parent d720ef8fda
commit fdb72e7084

View file

@ -14,6 +14,8 @@ notifications:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq autotools-dev libreadline-dev libncursesw5-dev
- cd ./dist && ./1-dist.sh && cd ..
- aclocal
- automake --force-missing --add-missing
- autoconf
# eof