Tell Travis to bootstrap before running configure.

This commit is contained in:
Sam Hocevar 2015-11-07 12:39:32 +01:00
parent 5f0e0253aa
commit efb7046411

View File

@ -3,6 +3,7 @@ language: c
before_install:
- sudo apt-get -qq update
- sudo apt-get -q install build-essential
- ./bootstrap
compiler:
- gcc