From c58a81ea0e1054e0a3181e3125a65bda7b34b16b Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Tue, 13 Aug 2013 22:33:48 -0700 Subject: [PATCH] Make sure travis has autotools installed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 33b842f..fa16115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: compiler: gcc before_install: + - sudo apt-get install autoconf automake libtool autotools-dev - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get -qq update - sudo apt-get -qq install g++-4.8 libstdc++-4.8-dev