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

Re-include latest Node.js v9 version in Travis build
This commit is contained in:
Pavel Djundik 2018-03-30 10:49:19 +03:00 committed by GitHub
commit 316e199aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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