UNPKG
angular2-nvd3
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Angular2 module for NVD3 chart
github.com/hendrathings/angular2-nvd3
hendrathings/angular2-nvd3
angular2-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