Files
localtunnel/.travis.yml
Daniel Storgårds 41270db62f Update node versions and default build environment in travis.yml (#307)
* Update node versions in travis.yml
* Use xenial as the default build environment
2019-06-01 12:33:08 -07:00

7 lines
72 B
YAML

dist: xenial
language: node_js
node_js:
- "8"
- "10"
- "12"