Skip to content

Commit 6b2a1c0

Browse files
committed
Try again to get e2e tests to run
1 parent 9ee59b2 commit 6b2a1c0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@ branches:
3333
- /^release-.*$/
3434

3535
before_install:
36-
- "export CHROME_BIN=chromium-browser"
36+
- "export DISPLAY=:99.0"
37+
- "sh -e /etc/init.d/xvfb start"
3738

3839
install:
3940
- npm config set spin false
4041

4142
before_script:
4243
- git fetch --tags
4344
- 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
4645
- mkdir -p $LOGS_DIR
4746
- ./lib/sauce/sauce_connect_setup.sh
4847
- npm install --quiet -g grunt-cli karma-cli

test/protractor.ci.conf.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ exports.config = {
2020
// with relative paths will be prepended with this.
2121
// baseUrl: 'http://localhost:9999',
2222

23-
// Spec patterns are relative to the location of the spec file. They may
24-
// include glob patterns.
25-
// specs: ['./e2e/**/*.spec.js'],
26-
2723
// Options to be passed to Jasmine-node.
2824
jasmineNodeOpts: {
2925
showColors: true, // Use colors in the command line report.

0 commit comments

Comments
 (0)