fix(config): Updating semantic versioning settings.
This commit is contained in:
parent
f19a946b9e
commit
518aa5c6b3
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -13,11 +13,11 @@ install:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
#- npm run build
|
- npm run build
|
||||||
|
|
||||||
script:
|
script:
|
||||||
#- npm run build-docs
|
- npm run build-docs
|
||||||
#- npm run coveralls
|
- npm run coveralls
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -28,8 +28,8 @@ branches:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- npm run travis-deploy-once "npm run semantic-release"
|
- npm run travis-deploy-once "npm run semantic-release"
|
||||||
#- npm run typedoc
|
- npm run typedoc
|
||||||
#- npm pack
|
- npm pack
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue