Skip to content

Commit b0113ec

Browse files
committed
ci: remove doc generation
This has apparently been broken for a while, and with docs.rs, we don't need it any more. Tangentially, this method seemingly required a personal access token, which seems like a bad idea in a shared repo.
1 parent 5eb4552 commit b0113ec

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ addons:
2020
- python
2121
- python-virtualenv
2222
after_success: ci/after_success.sh
23-
env:
24-
global:
25-
secure: "GdGE0kFYiJGccVZligur7JlWRCy49eH6uWPl71mrnaaW8jLHmkva0jVb0LB9e5ol3YMaMCgrwM2pcj3Uk2C08YcGIoEKOLlDVho351KaD6XfclZ29CQTAPMz4Xut2IcB4YeuZlDrOnM26guTIOtn2NAjeQgOhpM/ErzVBgkB+wQ="
2623
notifications:
2724
email:
2825
on_success: never

ci/after_success.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ fi
1212
export RUSTFLAGS="-C target-feature=+ssse3"
1313
env
1414

15-
# Build and upload docs.
16-
echo '<meta http-equiv=refresh content=0;url=regex/index.html>' > target/doc/index.html
17-
ve=$(mktemp -d)
18-
virtualenv "$ve"
19-
"$ve"/bin/pip install --upgrade pip
20-
"$ve"/bin/pip install ghp-import
21-
"$ve"/bin/ghp-import -n target/doc
22-
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
23-
2415
# Install kcov.
2516
tmp=$(mktemp -d)
2617
pushd "$tmp"

0 commit comments

Comments
 (0)