Add gitlab CI

This commit is contained in:
Julia Friesel
2018-05-29 14:53:39 +02:00
parent 23e6458bb9
commit 1ff3b175d1
+12
View File
@@ -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