forked from github/cordova-android
6 lines
98 B
YAML
6 lines
98 B
YAML
language: android
|
|
sudo: false
|
|
install: npm install
|
|
script:
|
|
- npm test
|
|
- npm run test-build |