Skip to content

Commit ad7702f

Browse files
authored
Disable node 6 (microsoft#29832)
* Disable node 6 It exits LTS in a couple of months, and doesn't support async/await, meaning that it blocks us from switching Travis to use gulp instead of jake. * Swap in node 8 for node 6
1 parent 6d2b738 commit ad7702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- 'node'
55
- '10'
6-
- '6'
6+
- '8'
77

88
sudo: false
99

0 commit comments

Comments
 (0)