Browse Source

Merge pull request #1126 from pelias/nodejs-10

Add Node.js 10 to TravisCI
pull/1135/head
Julian Simioni 7 years ago committed by GitHub
parent
commit
e68e420e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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