From b2e00a7723ded69b56999c5655a5fa2d82721012 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sun, 5 Nov 2017 11:36:32 +0100
Subject: [PATCH] Update CI config

---
 .gitlab-ci.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5ac956..16e920f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1,3 @@
-stages:
-  - test
-  - deploy
-
-Test:
-  stage: test
-  except:
-    - tags
-  script:
-    - composer install
-    - ./vendor/bin/phpunit
-
 Deploy:
-  stage: deploy
   script:
     - curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}'
-- 
GitLab