mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
8 lines
161 B
YAML
8 lines
161 B
YAML
language: android
|
|
sudo: false
|
|
install:
|
|
- npm install
|
|
- echo y | android update sdk -u --filter android-22
|
|
script:
|
|
- npm test
|
|
- npm run test-build |