chore(ci): added code cov report
This commit is contained in:
26
.travis.yml
26
.travis.yml
@@ -1,16 +1,22 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "6"
|
||||
|
||||
script:
|
||||
- npm test
|
||||
- npm run deploy
|
||||
- npm run flow.install:typings
|
||||
- npm test
|
||||
|
||||
after_success:
|
||||
- ./node_modules/.bin/codecov
|
||||
- npm run deploy
|
||||
|
||||
addons:
|
||||
firefox: "42.0"
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
# required by node-gyp to build some packages
|
||||
packages:
|
||||
- g++-4.8
|
||||
# sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )
|
||||
sauce_connect: true
|
||||
firefox: "42.0"
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
# required by node-gyp to build some packages
|
||||
packages:
|
||||
- g++-4.8
|
||||
|
||||
@@ -3,6 +3,8 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g
|
||||
|
||||
Follow me [](https://twitter.com/valorkin) to be notified about new releases.
|
||||
|
||||
[](https://github.com/mgechev/angular2-style-guide)
|
||||
[](https://travis-ci.org/valor-software/ng2-file-upload)
|
||||
[](https://codeclimate.com/github/valor-software/ng2-file-upload)
|
||||
[](https://gitter.im/valor-software/ng2-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://david-dm.org/valor-software/ng2-file-upload)
|
||||
|
||||
Reference in New Issue
Block a user