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 <[email protected]> Authored: Fri Aug 19 00:18:11 2016 -0700 Committer: Shazron Abdullah <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
