Skip to content

Commit 836b98a

Browse files
committed
Build docs with --release
Trying to work around a problem on travis with 'the current crate is indistinguishable from one of its dependencies'
1 parent 49e5f09 commit 836b98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare-deploy-travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
if [[ "$TARGET" == "x86_64-unknown-linux-gnu" && "$TRAVIS_BRANCH" == "stable" ]]; then
1515
git config --global credential.helper store;
1616
echo "https://${TOKEN}:[email protected]" >> ~/.git-credentials;
17-
cargo doc;
17+
cargo doc --release;
1818
echo '<meta http-equiv=refresh content=0;url=multirust/index.html>' > target/doc/index.html;
1919
sudo pip install ghp-import;
2020
ghp-import -n target/doc;

0 commit comments

Comments
 (0)