Merge pull request #2296 from thelounge/astorije/fix-travis-node-9

Exclude Node v9.9 from Travis build, for now
This commit is contained in:
Pavel Djundik 2018-03-26 10:26:59 +03:00 committed by GitHub
commit 79ea700121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
language: 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
- 6 # Active LTS until April 2018