This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2017-06-07 02:59:59 +00:00
|
|
|
language: node_js
|
|
|
|
|
|
|
|
node_js:
|
|
|
|
- "node"
|
|
|
|
|
|
|
|
install:
|
2017-07-29 02:29:08 +00:00
|
|
|
- cd validation
|
2017-06-07 02:59:59 +00:00
|
|
|
- npm install
|
|
|
|
script:
|
|
|
|
- node app.js
|