Skip to content

Commit aab2f3f

Browse files
committed
Generate all doc, but create commit quietly
1 parent b1d9946 commit aab2f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
script:
1212
- cargo test
13-
- cargo doc --no-deps
13+
- cargo doc
1414

1515
deploy:
1616
- provider: script

deploy-doc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ git init
55
git config user.email '[email protected]'
66
git config user.name 'Travis CI'
77
git add .
8-
git commit -m "Generate rustdoc for $TRAVIS_COMMIT"
8+
git commit -qm "Generate rustdoc for $TRAVIS_COMMIT"
99
git push --force "https://${GITHUB_TOKEN}@github.com/dflemstr/duk.git" master:gh-pages

0 commit comments

Comments
 (0)