mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 22:26:10 +00:00
11 lines
No EOL
115 B
YAML
11 lines
No EOL
115 B
YAML
language: node_js
|
|
dist: trusty
|
|
sudo: required
|
|
node_js:
|
|
- 'node'
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- make build |