@@ -1,13 +0,0 @@
|
|||||||
image: node:latest
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules/
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- npm install -g ember-cli
|
|
||||||
- npm install
|
|
||||||
|
|
||||||
test:
|
|
||||||
script:
|
|
||||||
- npm test
|
|
||||||
Reference in New Issue
Block a user