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 22:50:48 UTC

android commit: CB-11727 - travis ci setup is still using 0.10.32 node

Repository: cordova-android
Updated Branches:
  refs/heads/master 029946783 -> 8fbb6d7c6


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

 This closes #325


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

Branch: refs/heads/master
Commit: 8fbb6d7c62ec02194247910dc85dabc3293e60bb
Parents: 0299467
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Aug 19 00:18:11 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Aug 19 15:50:38 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/8fbb6d7c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cc9df1d..91d179f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
 language: android
 sudo: false
+before_install:
+    - nvm install 6
+    - node --version
 install:
     - npm install
     - npm install -g codecov


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