cordova-android/.travis.yml

8 lines
161 B
YAML
Raw Normal View History

language: android
sudo: false
install:
- npm install
- echo y | android update sdk -u --filter android-22
script:
- npm test
- npm run test-build