Skip to content

Commit

Permalink
Add a silverstripe example test (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <[email protected]>
  • Loading branch information
fubarhouse committed Sep 29, 2020
1 parent 7a2b926 commit a0f161e
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 @@ -116,6 +116,17 @@ matrix:
- lando destroy -y
- cd ../

# SilverStripe
- git clone https://github.com/amazeeio/silverstripe-example.git silverstripe && cd silverstripe
- docker-compose -p silverstripe up -d
- docker-compose -p silverstripe exec cli composer install
- sleep 5
- curl --HEAD http://ss.docker.amazee.io
- curl --HEAD http://ss.docker.amazee.io | grep "X-LAGOON"
- docker-compose -p silverstripe down
- docker-compose -p silverstripe rm
- 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 a0f161e

Please sign in to comment.