UNPKG
ngx-nvd3
Version:
latest (1.0.9)
1.0.9
1.0.8
Angular2+ module for NVD3 charts
mvandenbrink/ngx-nvd3
ngx-nvd3
/
.travis.yml
15 lines
(11 loc)
•
221 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language:
node_js
node_js:
-
"6"
sudo:
false
branch:
only: - master
script:
- npm run test:lint - node_modules/.bin/karma start karma.conf.js --
auto
-watch --
single
-run --reporters progress - npm run compile