Commit b28b79e1 authored by canterafonsj's avatar canterafonsj
Browse files

Delete .gitlab-ci.yml

parent 00cdacbd
Loading
Loading
Loading
Loading

.gitlab-ci.yml

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
# 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