CI.
This commit is contained in:
parent
c9aeaab59b
commit
4cc0b76003
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -17,9 +17,9 @@ before_script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run build-docs
|
#- npm run build-docs
|
||||||
- npm run tslint
|
#- npm run tslint
|
||||||
- npm run coveralls
|
#- npm run coveralls
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -30,7 +30,7 @@ after_success:
|
||||||
- npm pack
|
- npm pack
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
- provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "CONTRIBUTING.md"
|
file: "CONTRIBUTING.md"
|
||||||
|
@ -38,7 +38,7 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
provider: npm
|
- provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
email: "operations@pragmatismo.io"
|
email: "operations@pragmatismo.io"
|
||||||
api_key: $NPM_TOKEN
|
api_key: $NPM_TOKEN
|
||||||
|
|
Loading…
Add table
Reference in a new issue