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:29:30 UTC

ios commit: CB-11703 - travis ci setup is still using 0.10.32 node (re-fix)

Repository: cordova-ios
Updated Branches:
  refs/heads/master 2c37adfe7 -> 1b59aee0a


CB-11703 - travis ci setup is still using 0.10.32 node (re-fix)


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

Branch: refs/heads/master
Commit: 1b59aee0ad39ab640a8df6648d8aefae00b4fddb
Parents: 2c37adf
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Aug 15 17:33:03 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Aug 15 17:33:03 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


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