From 1e65021db59fa4af696d50b43a0c6d7b41d5f2ac Mon Sep 17 00:00:00 2001 From: Kristian Dimitrov Date: Wed, 25 Jul 2018 10:33:53 +0300 Subject: [PATCH 1/2] chore: update common lib to get fix for detecting iOS devices on Win --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 61cdaaaf75..c19ce311fa 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 61cdaaaf7533394afbbe84dd4eee355072ade2de +Subproject commit c19ce311fafa6fa88239638173616a454066770a From 766094ba30a24404e9211a687823fbacf4d25069 Mon Sep 17 00:00:00 2001 From: Kristian Dimitrov Date: Wed, 25 Jul 2018 11:29:27 +0300 Subject: [PATCH 2/2] chore: fix release branch not included in .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d24959649d..ea391870ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ branches: only: - master + - release env: global: - DATE=$(date +%Y-%m-%d)