Test node6 on travis (#551)

This patch starts running all puppeteer tests with node6 on travis-ci.
This commit is contained in:
JoelEinbinder
2017-08-25 19:28:49 -07:00
committed by Andrey Lushnikov
parent bd5b4fe963
commit cd81944e66
9 changed files with 31 additions and 54 deletions

View File

@@ -20,6 +20,7 @@ const path = require('path');
const helper = require('../lib/helper');
if (process.env.COVERAGE)
helper.recordPublicAPICoverage();
console.log('Testing on Node', process.version);
const puppeteer = require('..');
const SimpleServer = require('./server/SimpleServer');
const GoldenUtils = require('./golden-utils');