mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
0299467831
This closes #324
21 lines
397 B
YAML
21 lines
397 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: "0.10"
|
|
- nodejs_version: "0.12"
|
|
- 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
|