cordova-android/.travis.yml
2015-10-19 10:31:56 -07:00

9 lines
162 B
YAML

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