From 4bf5f83d2ae909a2f8ee976405345c264e5ff893 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 1 Oct 2018 15:55:51 +0200 Subject: [PATCH] Revert "Added gitlab config" This reverts commit 2073125805162517c7b5a7e3ab3c96f35172c5f4. --- .gitlab-ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 5c0f6536..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: node:8 - -before_script: - - yarn install - -cache: - paths: - - node_modules/ - -flow: - script: - - yarn run flow - -test:lint: - script: - - yarn run lint - -test:unit: - script: - - yarn run test