diff --git a/.travis.yml b/.travis.yml index 076fdb48..77f453d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,16 @@ compiler: addons: apt: packages: + - autoconf + - autotools-dev + - libudns-dev + - libev-dev + - libsodium-dev - asciidoc - xmlto -script: "./configure && make" +script: + - ./autogen.sh + - ./configure && make branches: only: - master