Incrementing Travis to 23

This commit is contained in:
Joe Bowser 2015-10-19 10:31:40 -07:00
parent 4db1fecba8
commit 000eb0916e

View File

@ -2,7 +2,7 @@ language: android
sudo: false sudo: false
install: install:
- npm install - npm install
- echo y | android update sdk -u --filter android-22 - echo y | android update sdk -u --filter android-23
script: script:
- npm test - npm test
- npm run test-build - npm run test-build