Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 6d488ea

Browse files
committed
Force Chrome 74 on saucelabs, as 75 uses W3C protocol by default
1 parent 799fc83 commit 6d488ea

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
@@ -49,7 +49,7 @@ matrix:
4949
jwt:
5050
secure: HPq5xFhosa1eSGnaRdJzeyEuaE0mhRlG1gf3G7+dKS0VniF30husSyrxZhbGCCKBGxmIySoAQzd43BCwL69EkUEVKDN87Cpid1Ce9KrSfU3cnN8XIb+4QINyy7x1a47RUAfaaOEx53TrW0ShalvjD+ZwDE8LrgagSox6KQ+nQLE=
5151
- php: 7.2
52-
env: SAUCELABS=1 BROWSER_NAME="chrome" VERSION="latest" PLATFORM="Windows 10"
52+
env: SAUCELABS=1 BROWSER_NAME="chrome" VERSION="74.0" PLATFORM="Windows 10"
5353
before_script:
5454
- php -S 127.0.0.1:8000 -t tests/functional/web/ &>>./logs/php-server.log &
5555
- until $(echo | nc localhost 8000); do sleep 1; echo waiting for PHP server on port 8000...; done; echo "PHP server started"

0 commit comments

Comments
 (0)