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.
2018-05-12 20:00:50 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "node"
|
|
|
|
install:
|
|
|
|
- cd validation
|
2018-05-18 00:41:21 +00:00
|
|
|
- yarn install
|
2018-05-12 20:00:50 +00:00
|
|
|
script:
|
|
|
|
- node app.js
|