Skip to content

Commit

Permalink
fix: try fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Mar 28, 2020
1 parent 3e42d6b commit b3db412
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,16 @@ jobs:
- commitlint-travis
- name: 'Coverage'
script: npm run coverage-coveralls
- name: 'Build'
script:
- npm run build
- npm run build-docs
- stage: release
name: 'Publish'
if: branch = master
script: skip
script: npm run build
deploy:
provider: script
skip_cleanup: true
script: npx semantic-release
- name: 'Document'
if: branch = master
script: npm run build-docs
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: docs/public

0 comments on commit b3db412

Please sign in to comment.