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 #202 from donmahallem/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
donmahallem authored Jan 5, 2020
2 parents a7abd19 + b3dc5da commit 8b0bbb6
Show file tree
Hide file tree
Showing 12 changed files with 1,520 additions and 1,698 deletions.
35 changes: 17 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ node_js:
env:
global:
- COVERALLS_PARALLEL=true
matrix:
jobs:
- TEST_SUITE=lint
- TEST_SUITE=build
- TEST_SUITE=unit
- TEST_SUITE=docs
matrix:
cache: npm
before_script:
- npm install -g npm-install-peers
- npm-install-peers
script:
- npm run test:$TEST_SUITE
after_success:
- ./coveralls_upload.sh
jobs:
exclude:
- node_js: "8"
env: TEST_SUITE=lint
Expand All @@ -32,25 +40,17 @@ matrix:
env: TEST_SUITE=docs
- node_js: "10"
env: TEST_SUITE=build
cache: npm
before_script:
- npm install -g npm-install-peers
- npm-install-peers
script:
- npm run test:$TEST_SUITE
after_success:
- ./coveralls_upload.sh
jobs:
include:
- stage: npm release
node_js: 'stable'
script: npm run build
if: tag IS present
deploy:
provider: npm
skip_cleanup: true
edge: true
cleanup: false
email: $npm_email
api_key: $npm_api_key
api_token: $npm_api_key
on:
tags: true
repo: donmahallem/TrapezeApiClientNode
Expand All @@ -60,11 +60,10 @@ jobs:
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
skip_cleanup: true
local_dir: docs
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
Loading

0 comments on commit 8b0bbb6

Please sign in to comment.