From 36d07c6e58f0b9086214cd42926fc15642b5434d Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 22 Sep 2014 20:57:18 +0200 Subject: [PATCH] travis-ci: Install automake --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04e14cb..02771c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: install: # install build dependencies - - sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev + - sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev automake script: # build the debian package