Don't try to build with node 6.0
because it has broken npm
This commit is contained in:
parent
e868dbbb94
commit
71aed70d4b
2 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,11 @@ node_js:
|
|||
# - 7.x is the current 'current' version (until October 2017)
|
||||
#
|
||||
# see: https://github.com/nodejs/LTS/
|
||||
- 6.0
|
||||
#
|
||||
# anything before 6.3 ships with npm 3.9 or earlier, which had problems
|
||||
# with symlinks in node_modules (see
|
||||
# https://github.com/npm/npm/releases/tag/v3.10.0 'FIXES AND REFACTORING').
|
||||
- 6.3
|
||||
- 6
|
||||
- 7
|
||||
install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue