File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,15 @@ branches:
33
33
- /^release-.*$/
34
34
35
35
before_install :
36
- - " export CHROME_BIN=chromium-browser"
36
+ - " export DISPLAY=:99.0"
37
+ - " sh -e /etc/init.d/xvfb start"
37
38
38
39
install :
39
40
- npm config set spin false
40
41
41
42
before_script :
42
43
- git fetch --tags
43
44
- chmod +x ./lib/sauce/sauce_connect_setup.sh ./lib/sauce/sauce_connect_block.sh ./travis_build.sh ./travis_print_logs.sh
44
- - export DISPLAY=:99.0
45
- - sh -e /etc/init.d/xvfb start
46
45
- mkdir -p $LOGS_DIR
47
46
- ./lib/sauce/sauce_connect_setup.sh
48
47
- npm install --quiet -g grunt-cli karma-cli
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ exports.config = {
20
20
// with relative paths will be prepended with this.
21
21
// baseUrl: 'http://localhost:9999',
22
22
23
- // Spec patterns are relative to the location of the spec file. They may
24
- // include glob patterns.
25
- // specs: ['./e2e/**/*.spec.js'],
26
-
27
23
// Options to be passed to Jasmine-node.
28
24
jasmineNodeOpts : {
29
25
showColors : true , // Use colors in the command line report.
You can’t perform that action at this time.
0 commit comments