You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/06 00:18:03 UTC

[cordova-plugin-test-framework] branch master updated: chore: test node 10 to 12 (#48)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-test-framework.git


The following commit(s) were added to refs/heads/master by this push:
     new c3e10dc  chore: test node 10 to 12 (#48)
c3e10dc is described below

commit c3e10dc86b7ce3f4f654e2e44378f741727c116d
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jul 6 09:17:53 2020 +0900

    chore: test node 10 to 12 (#48)
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b9af4c5..e96658d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: node_js
 sudo: false
 node_js:
-  - "4.2"
+  - "10"
+  - "12"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org