Add node 10 builds to travis

This commit is contained in:
Daniel Paz-Soldan
2018-10-24 21:08:44 -04:00
parent 802ccfb497
commit bdc45a1f97
4 changed files with 4541 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)