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