diff --git a/lib/local/platform/unix.js b/lib/local/platform/unix.js index bd49c89..36de419 100644 --- a/lib/local/platform/unix.js +++ b/lib/local/platform/unix.js @@ -1,12 +1,6 @@ var path = require('path'); module.exports = { - chrome: { - pathQuery: 'which chromium-browser chromium google-chrome google-chrome-stable || true', - process: 'chrom(e|ium( --(?!type)[^=]+=[^ ]+)*)', - opensTab: true, - args: ['--no-first-run'] - }, firefox: { pathQuery: 'which firefox', process: 'firefox', @@ -19,6 +13,12 @@ module.exports = { pathQuery: 'which opera', process: 'opera' }, + chrome: { + pathQuery: 'which chromium-browser chromium google-chrome google-chrome-stable || true', + process: 'chrom(e|ium( --(?!type)[^=]+=[^ ]+)*)', + opensTab: true, + args: ['--no-first-run'] + }, phantom: { pathQuery: 'which phantomjs', process: 'phantomjs',