Merge pull request #3045 from servo/rust-doc-the-vengance-of-the-return

Have http://servo.github.io/servo/ include docs for the Rust version we use.
This commit is contained in:
Simon Sapin 2014-08-06 22:28:54 +01:00
commit d6ec79672e

View file

@ -8,6 +8,8 @@ make -j2
make check-servo
make check-content
make check-ref-cpu
mv x86_64-unknown-linux-gnu/rust_snapshot/rust-*/doc .
make doc
if [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]