Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Jul 29, 2014
1 parent 916e027 commit 07d5425
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ compiler:
- clang
- gcc

script:
before_script:
- ./autogen.sh
- ./configure

script:
- make
5 changes: 5 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/sh

aclocal && \
automake --add-missing --force-missing --include-deps && \
autoconf

0 comments on commit 07d5425

Please sign in to comment.