CI in course.
This commit is contained in:
parent
7f18407e15
commit
2b0604a7d8
1 changed files with 4 additions and 7 deletions
11
.travis.yml
11
.travis.yml
|
@ -9,7 +9,6 @@ notifications:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm install --global nyc mocha typescript rimraf shx
|
- npm install --global nyc mocha typescript rimraf shx
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
@ -27,20 +26,18 @@ branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- npm run typedoc
|
|
||||||
- npm pack
|
- npm pack
|
||||||
|
- provider: releases
|
||||||
deploy:
|
|
||||||
- provider: releases
|
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "{YOURLIB}-*.tgz"
|
file: "{YOURLIB}-*.tgz"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
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
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue