From 8759f881999cc13539cbfd450675280191296e65 Mon Sep 17 00:00:00 2001 From: Yosif Yosifov Date: Mon, 27 Mar 2017 10:22:27 +0300 Subject: [PATCH 1/2] Fix multiple mkdir commands for the same directory #2653 --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index f0fec92382..b0aad503a3 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit f0fec923825f23c6ed85acfd8de3eff5c860560c +Subproject commit b0aad503a33098007db3308c9d7043da618190e0 From bcfecf95b8c9c6ef16ad910defcf5d24bd8a99b7 Mon Sep 17 00:00:00 2001 From: Yosif Yosifov Date: Mon, 27 Mar 2017 11:16:12 +0300 Subject: [PATCH 2/2] Change travis build node.js version to 6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e024c84fd..795bfd9141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - NATIVESCRIPT_SKIP_POSTINSTALL_TASKS=1 language: node_js node_js: -- '4' +- '6' git: submodules: true before_script: