Skip to content

Commit e8a68a0

Browse files
authored
Merge pull request #4871 from staudenmeir/travis
[5.7] Update Dusk Travis CI example
2 parents ea7f624 + 4b126fa commit e8a68a0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dusk.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,14 +1370,12 @@ To run Dusk tests on [Heroku CI](https://www.heroku.com/continuous-integration),
13701370
<a name="running-tests-on-travis-ci"></a>
13711371
### Travis CI
13721372

1373-
To run your Dusk tests on [Travis CI](https://travis-ci.org), we will need to use the "sudo-enabled" Ubuntu 14.04 (Trusty) environment. Since Travis CI is not a graphical environment, we will need to take some extra steps in order to launch a Chrome browser. In addition, we will use `php artisan serve` to launch PHP's built-in web server:
1373+
To run your Dusk tests on [Travis CI](https://travis-ci.org), use the following `.travis.yml` configuration. Since Travis CI is not a graphical environment, we will need to take some extra steps in order to launch a Chrome browser. In addition, we will use `php artisan serve` to launch PHP's built-in web server:
13741374

13751375
language: php
1376-
sudo: required
1377-
dist: trusty
13781376

13791377
php:
1380-
- 7.2
1378+
- 7.3
13811379

13821380
addons:
13831381
chrome: stable

0 commit comments

Comments
 (0)