forked from Snck3rs/contao-leaflet-libraries
14 lines
148 B
YAML
14 lines
148 B
YAML
|
|
sudo: false
|
||
|
|
language: node_js
|
||
|
|
node_js:
|
||
|
|
- "iojs"
|
||
|
|
- "4.1"
|
||
|
|
- "4.0"
|
||
|
|
- "0.12"
|
||
|
|
- "0.10"
|
||
|
|
# whitelist
|
||
|
|
branches:
|
||
|
|
only:
|
||
|
|
- gh-pages
|
||
|
|
- /.*/
|