Skip to content

Commit

Permalink
Merge pull request #16 from andrewjpage/master
Browse files Browse the repository at this point in the history
travis autoreconf
  • Loading branch information
andrewjpage committed Jul 25, 2013
2 parents d29fb15 + a57266e commit 3e69c05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ language: c
compiler:
- gcc
- clang
script: ./configure && make
script: make check
script: autoreconf -i && ./configure && make && make check

0 comments on commit 3e69c05

Please sign in to comment.