Add node 10 builds to travis (#5246)

* Add node 10 builds to travis

* Add changelog
This commit is contained in:
Daniel Paz-Soldan
2018-12-04 14:13:49 -05:00
committed by Kajari Ghosh
parent 98ea2a0b09
commit 4976233cff
5 changed files with 4542 additions and 638 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ module.exports = function () {
// eslint-disable-next-line no-console
console.info(util.format('Node Version', process.version));
if (parseInt(process.version.match(/v(\d)/)[1]) < 4) throw new Error('*** Please upgrade to Node 4.+ to run OSRM cucumber tests');
if (parseInt(process.version.match(/v(\d+)/)[1]) < 4) throw new Error('*** Please upgrade to Node 4.+ to run OSRM cucumber tests');
fs.exists(this.TEST_PATH, (exists) => {
if (exists)