Merge pull request #45 from maputnik/node_travis

Use node LTS version for Travis
This commit is contained in:
pathmapper 2018-11-18 20:45:42 +01:00 committed by GitHub
commit cb45fdf75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: node_js language: node_js
sudo: false sudo: false
node_js: node_js:
- '0.10' - '10'
branches: branches:
only: only:
- gh-pages - gh-pages