From 2b212b63c284b9582e8d1e9de0bd37cffa0cd131 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 2 May 2016 17:51:01 +0300 Subject: [PATCH] Attempt to fix the travis build by reducing the number of the android sdk --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45a90e478..617bea579 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: - PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER - PACKAGE_NAME=tns-core-modules - NODE_VERSION=5.10.1 - - EMULATOR_API_VER=22 + - EMULATOR_API_VER=21 - RUNTIMEVERSION=next - AVD_NAME=Arm$EMULATOR_API_VER addons: