Renamed folder _validation to validation
This commit is contained in:
parent
a4faaa901d
commit
44cbad2450
|
@ -1 +1 @@
|
||||||
_validation/node_modules
|
validation/node_modules
|
||||||
|
|
|
@ -4,7 +4,7 @@ node_js:
|
||||||
- "node"
|
- "node"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd _validation
|
- cd validation
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- node app.js
|
- node app.js
|
||||||
|
|
Reference in New Issue