feat: initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
language: node_js
|
||||
before_script:
|
||||
- npm install -g grunt
|
||||
script: grunt
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
language: node_js
|
||||
before_script:
|
||||
- npm install -g grunt
|
||||
script: grunt
|
||||