UNPKG
leaflet-sidebar
Version:
latest (0.2.4)
v.0.2.2 (0.2.2)
0.2.4
0.2.3
0.2.2
0.2.0
0.1.9
0.1.8
0.1.6
A responsive sidebar plugin for Leaflet
github.com/turbo87/leaflet-sidebar
turbo87/leaflet-sidebar
leaflet-sidebar
/
.travis.yml
16 lines
(11 loc)
•
280 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js node_js: 10 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -
export
PATH=
$HOME
/.yarn/bin:
$PATH
install: - yarn install script: - yarn
test
after_success: -
if
[[
"
$TRAVIS_BRANCH
"
==
"master"
]];
then
bash .travis/deploy.sh;
fi