Skip to content

Commit

Permalink
Fixed Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Apr 24, 2014
1 parent 44d99d0 commit dfaa61b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The purpose of this mail library is to provide a portable, efficient framework f

It provides an API for C language.

[![Build Status](https://travis-ci.org/dinhviethoa/libetpan.png?branch=master)](https://travis-ci.org/dinhviethoa/libetpan)

## Features

- IMAP
Expand Down
6 changes: 4 additions & 2 deletions travis/script.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/sh
set -e

distdir=libetpan-travis-build
./autogen.sh --with-curl=no --disable-db --with-expat=no
make dist distdir=libetpan-travis-build
cd libetpan-travis-build
make dist distdir=$distdir
tar xzf $distdir.tar.gz
cd $distdir
make
cd tests
make imap-sample

0 comments on commit dfaa61b

Please sign in to comment.