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