1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

revert 75116d4 adding chrome to travis (#3254)

This commit is contained in:
Gary Katsevman 2016-04-13 15:08:35 -04:00
parent 55c101de0c
commit 5cafd387ea
2 changed files with 2 additions and 12 deletions

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- 0.12
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
@ -25,8 +25,3 @@ cache:
- node_modules
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable

View File

@ -107,7 +107,7 @@ module.exports = function(config) {
'ie8_bs'
];
} else {
settings.browsers = ['chrome_travis', 'Firefox'];
settings.browsers = ['Firefox'];
}
}
@ -116,11 +116,6 @@ module.exports = function(config) {
function getCustomLaunchers(){
return {
chrome_travis: {
base: 'Chrome',
flags: ['--no-sandbox']
},
chrome_bs: {
base: 'BrowserStack',
browser: 'chrome',