CB-9260 Install Android-22 on Travis-CI

This commit is contained in:
alsorokin 2015-06-30 11:35:28 +03:00
parent 61df5e0a37
commit 90a51c2cc1

View File

@ -1,6 +1,8 @@
language: android language: android
sudo: false sudo: false
install: npm install install:
- npm install
- echo y | android update sdk -u --filter android-22
script: script:
- npm test - npm test
- npm run test-build - npm run test-build