mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-23 07:26:47 +00:00
9 lines
94 B
YAML
9 lines
94 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "6"
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|