Skip to content

Commit

Permalink
Call configure before make
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Apr 24, 2014
1 parent dfaa61b commit c2b2d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ distdir=libetpan-travis-build
make dist distdir=$distdir
tar xzf $distdir.tar.gz
cd $distdir
./configure --with-curl=no --disable-db --with-expat=no
make
cd tests
make imap-sample

0 comments on commit c2b2d0f

Please sign in to comment.