diff --git a/.travis.yml b/.travis.yml index 1e376701..ea034d2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: android sudo: false -install: npm install +install: + - npm install + - echo y | android update sdk -u --filter android-22 script: - npm test - npm run test-build \ No newline at end of file