From 5708bc570e8a473c90c49c1c863c0b80ca3f4c72 Mon Sep 17 00:00:00 2001
From: canals <gerome.canals@univ-lorraine.fr>
Date: Fri, 23 Jun 2017 15:57:43 +0200
Subject: [PATCH] Test compose files for 5.6 and 7.1

---
 php/test/README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/php/test/README.md b/php/test/README.md
index 7145512..0cfeb8e 100644
--- a/php/test/README.md
+++ b/php/test/README.md
@@ -3,7 +3,6 @@
 ####php7.1 image :
 
 ```shell
-#!shell
 $ docker-compose -f docker-compose.test.7.1.yml up
 Creating web.test.canals.php.7.1
 Attaching to web.test.canals.php.7.1
@@ -26,7 +25,6 @@ To verify that everything goes well, just point your preferred browser to the fo
 ####php5.6 image :
 
 ```shell
-#!shell
 $ docker-compose -f docker-compose.test.5.6.yml up
   Creating web.test.canals.php.5.6
   Attaching to web.test.canals.php.5.6
-- 
GitLab