Skip to content

Commit b491ad7

Browse files
committed
test10
1 parent 79bbc50 commit b491ad7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@ script:
3737
- npm run test
3838
- ./release.sh
3939

40+
before_deploy:
41+
- export NEXT=${TEST}
42+
4043
deploy:
4144
- provider: pages:git
4245
edge: true
4346
skip_cleanup: true
44-
token: "$GITHUB_TOKEN"
47+
token: "$GITHUB_TOKEN"
4548
target_branch: dev
46-
commit_message: "$TEST updated changelogs \n [skip ci]"
49+
commit_message: "$NEXT Updated Changelogs \n [skip ci]"
4750
committer_from_gh: true
4851
on:
4952
branch: dev

0 commit comments

Comments
 (0)