Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #188 from donmahallem/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
donmahallem authored Nov 22, 2019
2 parents ddf46cb + 231a392 commit dea1345
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
27 changes: 16 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,29 @@ after_success:
- ./coveralls_upload.sh
jobs:
include:
- stage: Deployment
- stage: npm release
node_js: 'stable'
script: npm run docs
script: npm run build
if: tag IS present
deploy:
- provider: pages
skip-cleanup: true
local-dir: docs
github-token: $GITHUB_TOKEN
keep-history: true
on:
branch: master
- provider: npm
provider: npm
skip_cleanup: true
email: $npm_email
api_key: $npm_api_key
on:
tags: true
all_branches: true
repo: donmahallem/TrapezeApiClientNode
- stage: github pages release
node_js: 'stable'
script: npm run docs
if: branch = master
deploy:
provider: pages
skip-cleanup: true
local-dir: docs
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
on:
branch: master
notifications:
webhooks: https://coveralls.io/webhook
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@donmahallem/trapeze-api-client",
"version": "2.4.7",
"version": "2.4.8",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit dea1345

Please sign in to comment.