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/16 00:36:23 UTC

ios commit: Revert "CB-11703 - travis ci setup is still using 0.10.32 node (specify specific version, using LTS version)"

Repository: cordova-ios
Updated Branches:
  refs/heads/master b4ef76115 -> a17b8706d


Revert "CB-11703 - travis ci setup is still using 0.10.32 node (specify specific version, using LTS version)"

This reverts commit b4ef761152f228d478c30f7a8ea85939ebcf0059.
This reverts commit 1b59aee0ad39ab640a8df6648d8aefae00b4fddb.


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

Branch: refs/heads/master
Commit: a17b8706d236dec623eec063d1e21da3de740d96
Parents: b4ef761
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Aug 15 17:38:43 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Aug 15 17:39:19 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a17b8706/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 68bcc97..56a98bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,9 @@
 language: objective-c
 sudo: false
+node_js:
+  - "4.2"
+  - "6.0"
 install:
-    - nvm install 4
     - npm install
     - npm install ios-deploy
     - npm install -g codecov


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