Skip to content

Commit 029889d

Browse files
committed
Remove xvfb for saucelabs. Use wct instead of polymer-cli
1 parent 669ae68 commit 029889d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ install:
1818
before_script:
1919
- gulp lint version:check
2020
- polymer lint --rules polymer-2 --input *.html
21-
- xvfb-run -s '-screen 0 1024x768x24' polymer test
21+
- xvfb-run -s '-screen 0 1024x768x24' wct
2222

2323
script:
2424
- if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_BRANCH" != quick/* ]]; then
2525
npm i --no-save gemini@^4.0.0 gemini-sauce gemini-polyserve &&
2626
gemini test test/visual &&
2727
gemini test test/visual -c .gemini-ie.yml &&
28-
xvfb-run -s '-screen 0 1024x768x24' polymer test --env saucelabs;
28+
wct --env saucelabs;
2929
fi
3030
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
31-
xvfb-run -s '-screen 0 1024x768x24' polymer test --env saucelabs-cron;
31+
wct --env saucelabs-cron;
3232
fi

0 commit comments

Comments
 (0)