Have http://servo.github.io/servo/ include docs for the Rust version we use.

Closes #3038.
This commit is contained in:
Simon Sapin 2014-08-06 21:41:33 +01:00
parent d83b1140cd
commit 7b5daaa580

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 ]