UNPKG

leaflet-advanced-heatmap

Version:
17 lines (13 loc) 234 B
language: node_js node_js: - "11" env: - DIR=. - DIR=example/dynamic - DIR=example/hello-world install: - (cd $DIR; npm install) script: - (cd $DIR; yarn run lint) - (cd $DIR; yarn test) - (cd $DIR; yarn run build)