fix .travis.yml

This commit is contained in:
Tim Ruehsen
2014-02-02 17:16:59 +01:00
parent aedc1715da
commit df73c24736

View File

@ -3,4 +3,4 @@ compiler:
- gcc
- clang
# Change this to your needs
script: ./configure && make
script: ./autogen.sh && ./configure && make