Add .gitlab-ci.yml

This commit is contained in:
Basti 2017-11-12 21:42:02 +00:00
parent 9399849e0c
commit 3da8bfb810
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: node:latest
cache:
paths:
- node_modules/
before_script:
- npm install -g ember-cli
- npm install
test:
script:
- npm test