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:13:08 UTC

ios commit: CB-11703 - travis ci setup is still using 0.10.32 node

Repository: cordova-ios
Updated Branches:
  refs/heads/master fe5c2f86b -> 08bdccf1b


CB-11703 - travis ci setup is still using 0.10.32 node


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

Branch: refs/heads/master
Commit: 08bdccf1b65a027867af3cc5e03772fb5e44c9e7
Parents: fe5c2f8
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Aug 15 17:16:42 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Aug 15 17:16:42 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/08bdccf1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 56a98bc..72f9810 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
 language: objective-c
 sudo: false
-node_js:
-  - "4.2"
-  - "6.0"
 install:
+    - . $HOME/.nvm/nvm.sh
+    - nvm install stable
+    - nvm use stable
     - 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