File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,3 @@ notifications:
1111 on_success : always
1212 on_failure : always
1313 on_start : false
14- before_install :
15- - export CHROME_BIN=chromium-browser
16- - export DISPLAY=:99.0
17- - sh -e /etc/init.d/xvfb start
Original file line number Diff line number Diff line change @@ -43,14 +43,7 @@ module.exports = function (config) {
4343
4444 autoWatch : true ,
4545
46- browsers : [ isCI ? 'ChromeTravisCI' : 'Chrome' ] ,
47-
48- customLaunchers : {
49- ChromeTravisCI : {
50- base : 'Chrome' ,
51- flags : [ '--no-sandbox' ]
52- }
53- } ,
46+ browsers : [ isCI ? 'PhantomJS' : 'Chrome' ] ,
5447
5548 captureTimeout : 60000 ,
5649 browserNoActivityTimeout : 45000 ,
Original file line number Diff line number Diff line change 6262 "karma-firefox-launcher" : " ~0.1.3" ,
6363 "karma-mocha" : " ~0.1.1" ,
6464 "karma-mocha-reporter" : " ^1.0.2" ,
65+ "karma-phantomjs-launcher" : " ~0.1.1" ,
6566 "karma-sinon" : " ^1.0.3" ,
6667 "karma-sourcemap-loader" : " ^0.3.4" ,
6768 "karma-webpack" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments