cordova-android/.travis.yml
2015-06-30 11:35:28 +03:00

8 lines
161 B
YAML

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