Updated travis-ci to use configure

This commit is contained in:
Magnus Edenhill 2014-03-16 14:55:24 +07:00
parent 82371c7440
commit 08543da75e
1 changed files with 1 additions and 2 deletions

View File

@ -4,5 +4,4 @@ compiler:
- clang
script:
./configure
make all examples check
./configure && make all examples check