Browse Source

feat: Add Node.js 10 to TravisCI

Connects https://github.com/pelias/pelias/issues/723
pull/1126/head
Julian Simioni 7 years ago
parent
commit
b829fc1a20
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 1
      .travis.yml

1
.travis.yml

@ -5,6 +5,7 @@ notifications:
node_js:
- 6
- 8
- 10
matrix:
fast_finish: true
script: npm run travis

Loading…
Cancel
Save