Skip to content

Commit

Permalink
#244: Stabilise Lando tests (#249)
Browse files Browse the repository at this point in the history
* Try rebuilding Lando project before starting.
* add sleep command to alndo build process
* ignore lando start failures
  • Loading branch information
fubarhouse committed Aug 25, 2020
1 parent 5477a08 commit 8f9e106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9e106

Please sign in to comment.