From ce72b60763f60d785001dab494e05dffa0ec2561 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Thu, 23 Feb 2017 13:04:39 +0200 Subject: [PATCH] Use official runtimes for travis builds (temporary workaround). --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3606c372a..47f71bd2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ env: - PACKAGE_NAME=tns-core-modules - NODE_VERSION=5.10.1 - EMULATOR_API_VER=21 - - RUNTIMEVERSION=next + # HACK: revert to `next` runtime as soon as the console.log issue is fixed + - RUNTIMEVERSION=2.5.0 - AVD_NAME=Arm$EMULATOR_API_VER addons: artifacts: