Exclude Node v9.9 from Travis build, for now
This commit is contained in:
parent
fab237d373
commit
0a48b28d83
@ -1,6 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 9 # Current stable
|
# TODO: Node 9.9.0 has a bug with path normalization. Switch back to `9`
|
||||||
|
# https://github.com/nodejs/node/commit/a0adf56 is released.
|
||||||
|
- 9.8 # Current stable
|
||||||
- 8 # Active LTS until April 2019
|
- 8 # Active LTS until April 2019
|
||||||
- 6 # Active LTS until April 2018
|
- 6 # Active LTS until April 2018
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user