mirror of
https://github.com/apache/cordova-android.git
synced 2025-05-15 00:01:29 +08:00
CB-11727 - travis ci setup is still using 0.10.32 node
This closes #325
This commit is contained in:
parent
0299467831
commit
8fbb6d7c62
@ -1,5 +1,8 @@
|
|||||||
language: android
|
language: android
|
||||||
sudo: false
|
sudo: false
|
||||||
|
before_install:
|
||||||
|
- nvm install 6
|
||||||
|
- node --version
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- npm install -g codecov
|
- npm install -g codecov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user