You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/08/19 00:36:19 UTC

cordova-lib git commit: CB-11723 - Tests on Travis are not using the latest 4.x and 6.x versions of node

Repository: cordova-lib
Updated Branches:
  refs/heads/master 3654a11ab -> 856bf9ab5


CB-11723 - Tests on Travis are not using the latest 4.x and 6.x versions of node

 This closes #482


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/856bf9ab
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/856bf9ab
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/856bf9ab

Branch: refs/heads/master
Commit: 856bf9ab5f7e29fcd74898bffe84ad9cf4976a08
Parents: 3654a11
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Aug 18 15:44:03 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Aug 18 17:39:58 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/856bf9ab/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6922a88..b811ba5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ git:
 node_js:
   - "0.10"
   - "0.12"
-  - "4.2"
-  - "6.0"
+  - "4"
+  - "6"
 install:
   - git clone https://github.com/apache/cordova-js --depth 10
   - cd cordova-lib


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