diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..3387b9f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: jfr3000/docker-nativescript + +# This folder is cached between builds +# http://docs.gitlab.com/ce/ci/yaml/README.html#cache +cache: + paths: + - node_modules/ + +test_async: + script: + - npm install + - npm test