Revert "Add .gitlab-ci.yml"

This reverts commit 3da8bfb810.
This commit is contained in:
Basti 2017-11-12 22:50:20 +01:00
parent 68644e6cb6
commit 16fb111c6d
1 changed files with 0 additions and 13 deletions

View File

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