Skip to content

Commit

Permalink
Fix the tests... again. (#268)
Browse files Browse the repository at this point in the history
* Adjust URL path for D9 test
* change lando url
* add port to lando url
  • Loading branch information
fubarhouse committed Oct 21, 2020
1 parent 48b936b commit 1c244bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ matrix:
- docker-compose -p drupal9-advanced up -d
- docker-compose -p drupal9-advanced exec cli composer install
- sleep 5
- curl --HEAD http://drupal9-example-simple.docker.amazee.io
- curl --HEAD http://drupal9-example-simple.docker.amazee.io | grep "X-LAGOON"
- curl --HEAD http://drupal9-example-advanced.docker.amazee.io
- curl --HEAD http://drupal9-example-advanced.docker.amazee.io | grep "X-LAGOON"
- docker-compose -p drupal9-advanced down
- docker-compose -p drupal9-advanced rm
- cd ../../
Expand Down Expand Up @@ -169,8 +169,8 @@ matrix:
- cd lagoon-examples/drupal9-lagoon-simple-lando
- lando start || true
- sleep 5
- curl --HEAD http://drupal9-example-simple-lando.lndo.site:8000
- curl --HEAD http://drupal9-example-simple-lando.lndo.site:8000 | grep "X-Lagoon"
- curl --HEAD http://drupal9-example-simple.lndo.site:8000
- curl --HEAD http://drupal9-example-simple.lndo.site:8000 | grep "X-Lagoon"
- lando destroy -y
- cd ../../

Expand Down

0 comments on commit 1c244bf

Please sign in to comment.