diff --git a/.travis.yml b/.travis.yml index e92f3dad..db941030 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,7 +114,7 @@ matrix: # Drupal 9 (Drupal Example Simple): - git clone -b 9.x https://github.com/amazeeio/drupal-example-simple.git drupal9-lagoon-simple-lando && cd drupal9-lagoon-simple-lando - - lando start + - sleep 5 && lando start || true - curl --HEAD http://drupal9-example-simple-lando.lndo.site:8000 - curl --HEAD http://drupal9-example-simple-lando.lndo.site:8000 | grep "X-Lagoon" - lando destroy -y