Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit 2f82297

Browse files
authored
Update .travis.yml
1 parent fb56f20 commit 2f82297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- sleep 3 # give xvfb some time to start
1717
- "export DISPLAY=:99.0"
1818
- "wget http://selenium.googlecode.com/files/selenium-server-standalone-2.31.0.jar"
19-
- "java -jar selenium-server-standalone-2.31.0.jar &"
19+
- "java -jar selenium-server-standalone-2.31.0.jar > /dev/null &"
2020
- sleep 5
2121

2222
script: "npm run test:ci:$TEST_SUITE"

0 commit comments

Comments
 (0)