This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch nodejs-10 in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git
commit 4775d3d899c19af3f0ef73b2b2c8576048581142 Author: Will Holley <[email protected]> AuthorDate: Mon Oct 14 09:06:08 2019 +0100 Add node 10 to the CI build CouchDB Docker images use nodejs 10 by default now. This adds it to the Travis builds so that we can verify that Fauxton will build on that version. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5081cf..62c27b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - - "8.9" + - 8 + - 10 sudo: false services: - docker
