Updated Branches: refs/heads/1994-merge-rcouch 16217de4d -> 044f9f68a
travis testing Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/159948fe Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/159948fe Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/159948fe Branch: refs/heads/1994-merge-rcouch Commit: 159948feaf9eea5938ec7723f6afe6e441af8230 Parents: 16217de Author: Benoit Chesneau <[email protected]> Authored: Fri Jan 10 02:16:31 2014 +0100 Committer: Benoit Chesneau <[email protected]> Committed: Fri Jan 10 02:16:31 2014 +0100 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/159948fe/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 827badf..b8656e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ before_install: - sudo apt-get -y install texlive-latex-base texlive-latex-recommended - sudo apt-get -y install texlive-latex-extra texlive-fonts-recommended texinfo - sudo apt-get -y install python-pygments python-docutils python-sphinx -before_script: ./bootstrap && ./configure -script: make distcheck +before_script: ./bootstrap && make +script: make check language: erlang otp_release: - R16B
