travis doc test

This commit is contained in:
NikVolf 2017-04-04 16:32:30 +03:00
parent 36edccc98d
commit 7b3f9f54c6

View File

@ -6,3 +6,9 @@ rust:
matrix:
allow_failures:
- rust: nightly
after_success: |
cargo doc \
&& echo '<meta http-equiv=refresh content=0;url=parity-wasm/index.html>' > target/doc/index.html && \
sudo pip install ghp-import && \
ghp-import -n target/doc && \
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages