mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
13 lines
162 B
YAML
13 lines
162 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
|
|
before_script:
|
|
- npm install
|
|
|
|
script:
|
|
- gulp test
|
|
|
|
notifications:
|
|
slack: chartjs:pcfCZR6ugg5TEcaLtmIfQYuA
|