From 000eb0916e505de0ef8f19397f54046844accdf0 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 19 Oct 2015 10:31:40 -0700 Subject: [PATCH] Incrementing Travis to 23 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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