mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
d4dcbb13fc
This closes #372
19 lines
343 B
YAML
19 lines
343 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: "4"
|
|
- nodejs_version: "6"
|
|
|
|
install:
|
|
# - cinst android-sdk
|
|
# - echo y | android update sdk -u --filter android-22,android-23
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm run test
|
|
# - npm run test-build
|