You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/14 19:26:38 UTC

[43/50] couch-replicator commit: updated refs/heads/63012-scheduler to 27a5eae

Fix Travis build.

Travis on GH currently copies stuff from this replicator branch into a
replicator source dir from upstream which has an extra test file. That
test file doesn't pass without upstream changes.

Make sure to clear the replicator directory before copying all the
stuff into it.


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

Branch: refs/heads/63012-scheduler
Commit: f52b503d6a2f2e069c1b1902260d56b823e81031
Parents: cc9c6c6
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Thu Mar 2 17:42:26 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Thu Mar 2 17:50:33 2017 -0500

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/f52b503d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3ef2ac4..e1f7e85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ before_install:
 before_script:
   - cd couchdb
   - ./configure --disable-docs --disable-fauxton
+  - rm -rf ./src/couch_replicator/*
   - cp -r ../!(couchdb) ./src/couch_replicator
   - make