CryptoDashboard/.travis.yml
2022-02-27 15:37:42 +01:00

7 lines
92 B
YAML

language: node_js
node_js:
- 'node'
install:
- 'npm install'
script:
- 'npm run build'