You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/01 18:46:52 UTC

couch-mrview commit: updated refs/heads/master to 71f4fe7

Repository: couchdb-couch-mrview
Updated Branches:
  refs/heads/master d7f0093b1 -> 71f4fe7c1


Update .travis


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/71f4fe7c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/71f4fe7c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/71f4fe7c

Branch: refs/heads/master
Commit: 71f4fe7c108e45ae1fa9b181de4598c113df518a
Parents: d7f0093
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 1 19:45:07 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 1 19:45:07 2015 +0300

----------------------------------------------------------------------
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/71f4fe7c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 18f48d8..142a2aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ otp_release:
   - 18.0
   - 17.5
   - R16B03-1
-  - R14B04
 
 before_install:
   - sudo apt-get update -qq
@@ -18,7 +17,7 @@ before_script:
   - make
 
 script:
-  - rebar setup_eunit
-  - BUILDDIR=`pwd` rebar -r eunit apps=couch_mrview
+  - ./bin/rebar setup_eunit
+  - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch_mrview
 
 cache: apt