UNPKG
th-ol-draw
Version:
latest (0.1.0)
1.0.0
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
ol plot
github.com/sakitam-fdd/ol-plot
sakitam-fdd/ol-plot
th-ol-draw
/
.travis.yml
16 lines
(15 loc)
•
286 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: node
cache:
directories: - node_modules
install: npm install
addons:
Chrome:
"latest"
before_script:
-
"export DISPLAY=:99.0"
-
"sh -e /etc/init.d/xvfb start"
- sleep 3
# give xvfb some time to start
script:
- npm run build - npm run karma.test