Skip to content

Commit

Permalink
chore: travis
Browse files Browse the repository at this point in the history
  • Loading branch information
taye authored and interactjs-ci committed Mar 3, 2021
1 parent 3e67871 commit ad6b946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,7 @@ before_deploy:
deploy:
- provider: script
script: bash .travis/deploy.sh
skip_cleanup: true
env:
secure: JDw06YX4/egO+WjuWVHsEcPS/04syh6fEpY1RbQgEypFNDt8UVvHXPcSP6nNp2YDvfbAWF1TBKojBJk02EQDB1KlQgnO/csvq3tBOSlQU0Cku6zKcUX6LzywLuBPfc3gYKTeXsiNly31vmMxTh2hwHnx2iYxHdMN7CojQpf1JdI=
on:
Expand Down
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Expand Up @@ -10,4 +10,4 @@ git fetch --tags
git checkout -- $TRAVIS_BUILD_DIR/{jsdoc,scripts}

# use npx to avoid yarn registry
npx _release $@
npx _release

0 comments on commit ad6b946

Please sign in to comment.