Skip to content

Commit

Permalink
test10
Browse files Browse the repository at this point in the history
  • Loading branch information
samirsilwal committed Mar 21, 2021
1 parent 79bbc50 commit b491ad7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ script:
- npm run test
- ./release.sh

before_deploy:
- export NEXT=${TEST}

deploy:
- provider: pages:git
edge: true
skip_cleanup: true
token: "$GITHUB_TOKEN"
token: "$GITHUB_TOKEN"
target_branch: dev
commit_message: "$TEST updated changelogs \n [skip ci]"
commit_message: "$NEXT Updated Changelogs \n [skip ci]"
committer_from_gh: true
on:
branch: dev
Expand Down

0 comments on commit b491ad7

Please sign in to comment.