mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Test node6 on travis (#551)
This patch starts running all puppeteer tests with node6 on travis-ci.
This commit is contained in:
committed by
Andrey Lushnikov
parent
bd5b4fe963
commit
cd81944e66
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user