Skip to content

Commit eefda50

Browse files
author
Filip Mertens
committed
send to null
1 parent 00acb77 commit eefda50

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ jobs:
105105
steps:
106106
- browser-tools/install-firefox
107107
- browser-tools/install-geckodriver
108-
- run: google-chrome --version
109-
- run: firefox --version
110-
- run: geckodriver --version
111-
- run: chromedriver --version
108+
- run: google-chrome --version 2> /dev/null
109+
- run: firefox --version 2> /dev/null
110+
- run: geckodriver --version 2> /dev/null
111+
- run: chromedriver --version 2> /dev/null
112112
- run: rm LICENSE.chromedriver 2> /dev/null
113113
- checkout
114114
- attach_workspace:
@@ -151,10 +151,10 @@ jobs:
151151
steps:
152152
- browser-tools/install-chrome
153153
- browser-tools/install-chromedriver
154-
- run: google-chrome --version
155-
- run: firefox --version
156-
- run: geckodriver --version
157-
- run: chromedriver --version
154+
- run: google-chrome --version 2> /dev/null
155+
- run: firefox --version 2> /dev/null
156+
- run: geckodriver --version 2> /dev/null
157+
- run: chromedriver --version 2> /dev/null
158158
- run: rm LICENSE.chromedriver 2> /dev/null
159159
- checkout
160160
- attach_workspace:

0 commit comments

Comments
 (0)