ci: use chrome stable (#18307)

This commit is contained in:
Filipe Silva
2017-07-25 19:18:24 +01:00
committed by Miško Hevery
parent 6fc5940959
commit 8bcb268140
6 changed files with 4 additions and 100 deletions

View File

@ -19,11 +19,6 @@ const config = require('lighthouse/lighthouse-core/config/default.js');
// Constants
const VIEWER_URL = 'https://googlechrome.github.io/lighthouse/viewer/';
// Specify the path to Chrome on Travis
if (process.env.TRAVIS) {
process.env.LIGHTHOUSE_CHROMIUM_PATH = process.env.CHROME_BIN;
}
// Run
_main(process.argv.slice(2));