Update node versions and default build environment in travis.yml (#307)

* Update node versions in travis.yml
* Use xenial as the default build environment
This commit is contained in:
Daniel Storgårds
2019-06-01 22:33:08 +03:00
committed by Roman Shtylman
parent 42ea8ecfa5
commit 41270db62f

View File

@@ -1,6 +1,6 @@
dist: xenial
language: node_js language: node_js
node_js: node_js:
- "4"
- "6"
- "8" - "8"
- "9" - "10"
- "12"