Skip to content

Commit

Permalink
#233: Lando test (#234)
Browse files Browse the repository at this point in the history
* Add a lando test
* Remove lando init from test
* update directory path change
* Update URL for lando project
* Lando uses slightly different Lagoon headers...
  • Loading branch information
fubarhouse committed Aug 19, 2020
1 parent bb8127a commit d2d4fab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ matrix:
- cat service/library/version.go | grep 'COMMITTAG = "'
- GO111MODULE=on go vet $(go list ./...);
- docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.25.1 golangci-lint run -v
- wget https://files.devwithlando.io/lando-stable.deb
- sudo dpkg -i lando-stable.deb
- lando --experimental
script:

# Build
Expand Down Expand Up @@ -109,6 +112,14 @@ matrix:
- docker-compose -p drupal9 rm
- cd ../

# 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
- 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
- cd ../

# Wordpress:
- git clone https://github.com/amazeeio/wordpress-example.git wordpress && cd wordpress
- docker-compose -p wordpress up -d
Expand Down

0 comments on commit d2d4fab

Please sign in to comment.