mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-24 21:13:18 +00:00
8 lines
97 B
YAML
8 lines
97 B
YAML
language: node_js
|
|
node_js:
|
|
- 5.2.0
|
|
before_script:
|
|
- gulp bundle
|
|
- sleep 5
|
|
script: npm test
|