From 57a0f514bce1e913fc12132b81b9043cdcb4c133 Mon Sep 17 00:00:00 2001 From: Karl Hepworth Date: Thu, 23 Jul 2020 21:10:29 +1000 Subject: [PATCH] Add a silverstripe example test Signed-off-by: Karl Hepworth --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index cafbf7ae..965ade3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,6 +120,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