We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d2423 commit 9798d17Copy full SHA for 9798d17
.travis.yml
@@ -34,12 +34,13 @@ before_deploy:
34
fi
35
- export TRAVIS_VAR="1.$TRAVIS_BUILD_NUMBER"
36
- echo $TRAVIS_VAR
37
-
+#[skip travis]
38
deploy:
39
- provider: pages
40
skip-cleanup: true
41
target-branch: master # Commit to master instead of gh-pages
42
github-token: $GITHUB_TOKEN
43
+ commit_message: "Deploy from travis [skip travis]"
44
keep-history: true # By default, Travis uses push --force and wipes out commit history
45
verbose: true
46
on:
0 commit comments