Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
try yet another thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Oct 14, 2018
1 parent 6926543 commit 9da551c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty

language: node_js
node_js:
- "8"
- "6"

addons:
chrome: stable
Expand Down
2 changes: 1 addition & 1 deletion node-tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var FAILING_FILE = __dirname + '/../tests/dummy/app/unused.js';

var execSync = require('child_process').execSync;

var chromeVersion = execSync('google-chrome --product-version').toString();
var chromeVersion = execSync('google-chrome --product-version --no-sandbox --headless --disable-gpu').toString();
var browser = 'Chrome ' + chromeVersion.split('.').slice(0, 2).join('.');
var path = require('path');

Expand Down

0 comments on commit 9da551c

Please sign in to comment.