Skip to content

Commit 9798d17

Browse files
committed
add settings for travis
1 parent 23d2423 commit 9798d17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ before_deploy:
3434
fi
3535
- export TRAVIS_VAR="1.$TRAVIS_BUILD_NUMBER"
3636
- echo $TRAVIS_VAR
37-
37+
#[skip travis]
3838
deploy:
3939
- provider: pages
4040
skip-cleanup: true
4141
target-branch: master # Commit to master instead of gh-pages
4242
github-token: $GITHUB_TOKEN
43+
commit_message: "Deploy from travis [skip travis]"
4344
keep-history: true # By default, Travis uses push --force and wipes out commit history
4445
verbose: true
4546
on:

0 commit comments

Comments
 (0)