You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/11/26 18:17:16 UTC

fauxton commit: updated refs/heads/master to eaafe56

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 6d6dbdd36 -> eaafe567e


build/ci: update to node 4

PR: #583
PR-URL: https://github.com/apache/couchdb-fauxton/pull/583
Reviewed-By: Benjamin Keen <be...@gmail.com>


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

Branch: refs/heads/master
Commit: eaafe567e5378d5cddbaad3287e7b35f4b7ad44d
Parents: 6d6dbdd
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Nov 25 17:18:54 2015 +0100
Committer: Robert Kowalski <ro...@apache.org>
Committed: Thu Nov 26 18:17:06 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/eaafe567/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cc6f4f4..ddfd3fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ before_install:
   - sudo apt-get -y install libtool automake autoconf autoconf-archive
   - sudo apt-get -y install haproxy
 
-  - nvm install 0.10 && nvm use 0.10
+  - nvm install 4 && nvm use 4
 
   - cd ..
   - git clone --depth=1 https://github.com/apache/couchdb