Make sure travis has autotools installed

This commit is contained in:
Jason Paryani
2013-08-13 22:33:48 -07:00
parent ba8917b685
commit c58a81ea0e

View File

@@ -10,6 +10,7 @@ python:
compiler: gcc compiler: gcc
before_install: before_install:
- sudo apt-get install autoconf automake libtool autotools-dev
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8 libstdc++-4.8-dev - sudo apt-get -qq install g++-4.8 libstdc++-4.8-dev