From b28b79e11fa11c8212f1089b4939c05176ccd3c1 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Fri, 9 Nov 2018 11:44:55 +0100 Subject: [PATCH] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index edc7305..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -# This file is a template, and might need editing before it works on your project. -# Official framework image. Look for the different tagged releases at: -# https://hub.docker.com/r/library/node/tags/ -image: node:8 - -# This folder is cached between builds -# http://docs.gitlab.com/ce/ci/yaml/README.html#cache -cache: - paths: - - node_modules/ - -all_tests: - script: - - npm install - - npm test -- GitLab