Skip to content

Commit b696d99

Browse files
authored
Fix multiple mkdir commands for the same directory #2653 (#2658)
* Fix multiple mkdir commands for the same directory #2653 * Change travis build node.js version to 6
1 parent e18db5b commit b696d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
- NATIVESCRIPT_SKIP_POSTINSTALL_TASKS=1
66
language: node_js
77
node_js:
8-
- '4'
8+
- '6'
99
git:
1010
submodules: true
1111
before_script:

0 commit comments

Comments
 (0)