Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 27036e685 -> 47d38c549


tests: fix travis tests for now

PR: #372
PR-URL: https://github.com/apache/couchdb-fauxton/pull/372
Reviewed-By: Benjamin Keen <[email protected]>
Reviewed-By: Michelle Phung <[email protected]>


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

Branch: refs/heads/master
Commit: 47d38c549d0a73ea8d65b7c8088b8e06ead9b8db
Parents: 27036e6
Author: Robert Kowalski <[email protected]>
Authored: Thu Apr 9 19:46:57 2015 +0200
Committer: Robert Kowalski <[email protected]>
Committed: Thu Apr 9 20:37:23 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/47d38c54/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ded39f3..7ee3a27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,9 @@ before_install:
   - nvm install 0.10 && nvm use 0.10
 
   - cd ..
-  - git clone --depth=1 https://github.com/apache/couchdb
+  - git clone --depth=100 https://github.com/apache/couchdb
   - cd couchdb
+  - git reset --hard d881dcf5ac990c44d00b2cd49c0e4ff67ae861c5
   - ./configure
   - make
   - ./dev/run --admin=tester:testerpass &

Reply via email to