From 2088cbec310bb2c5768f4e8a1d424f8468e17c73 Mon Sep 17 00:00:00 2001 From: azul Date: Thu, 25 Jan 2018 00:42:26 -0800 Subject: Add .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..fc861e5 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: ruby:latest + +# This folder is cached between builds +# http://docs.gitlab.com/ce/ci/yaml/README.html#cache +cache: + paths: + - node_modules/ + +test: + script: + - npm install + - npm test \ No newline at end of file -- cgit v1.2.3