Skip to content

Commit 2025a7b

Browse files
authored
Merge pull request #136 from koddsson/patch-1
remove xvfb pre-test step in travis
2 parents a40d839 + c1e2587 commit 2025a7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
addons:
2020
chrome: stable
2121
firefox: latest
22-
before_script:
23-
- "export DISPLAY=:99.0"
24-
- "sh -e /etc/init.d/xvfb start"
25-
- sleep 3 # give xvfb some time to start
2622
script: npm run test:browser
2723
env:
2824
- QUICKLY_TEST_BROWSERS_AVAILABLE_IN_CI=1 # kept here for easier reading of build log

0 commit comments

Comments
 (0)