mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
400282282f
This closes #226
11 lines
289 B
YAML
11 lines
289 B
YAML
language: android
|
|
sudo: false
|
|
install:
|
|
- "(pushd .. && git clone https://github.com/apache/cordova-lib.git && popd)"
|
|
- npm link ../cordova-lib/cordova-common
|
|
- npm install
|
|
- echo y | android update sdk -u --filter android-23
|
|
script:
|
|
- npm test
|
|
- npm run test-build
|