You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/09/24 16:52:55 UTC

git commit: Build against R15B02 also

Updated Branches:
  refs/heads/master 272d64152 -> 03598c2f4


Build against R15B02 also


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/03598c2f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/03598c2f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/03598c2f

Branch: refs/heads/master
Commit: 03598c2f4ac0854cf2d703aecb00748d50ec7d03
Parents: 272d641
Author: Robert Newson <rn...@apache.org>
Authored: Mon Sep 24 15:52:45 2012 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Sep 24 15:52:45 2012 +0100

----------------------------------------------------------------------
 .travis.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/03598c2f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9566c41..29d14a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ before_script: ./bootstrap && ./configure
 script: make distcheck
 language: erlang
 otp_release:
+   - R15B02
    - R15B01
    - R15B
    - R14B04