You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 18:15:53 UTC

[couchdb-esprima] 04/10: Update Travis CI Node.js versions (0.8, 0.10, 0.11).

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/couchdb-esprima.git

commit dae7122b22919f72f7059179d8323bd02b65115b
Author: Ariya Hidayat <ar...@gmail.com>
AuthorDate: Sun May 4 11:45:45 2014 -0700

    Update Travis CI Node.js versions (0.8, 0.10, 0.11).
    
    https://code.google.com/p/esprima/issues/detail?id=317
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index da1b80b..5ae5f47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
 language: node_js
 node_js:
+  - 0.11
+  - 0.10
   - 0.8
-  - 0.9