UNPKG
ol-plot-enhanced
Version:
latest (0.1.0)
0.1.0
ol plot enhanced
github.com/baxtergu/ol-plot
baxtergu/ol-plot
ol-plot-enhanced
/
.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