cordova-android/.travis.yml
2015-11-11 14:06:43 +03:00

9 lines
173 B
YAML

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