Files
gocryptotrader/web/.travis.yml

9 lines
94 B
YAML

language: node_js
node_js:
- "7"
- "6"
install:
- npm install
script:
- npm run build