servo: Merge #3045 - Have http://servo.github.io/servo/ include docs for the Rust version we use (from servo:rust-doc-the-vengance-of-the-return)

Source-Repo: https://github.com/servo/servo
Source-Revision: d6ec79672e8174dc222dc22b949abecd9e21762f
This commit is contained in:
Simon Sapin 2014-08-06 22:28:54 +01:00
parent 5376e57f93
commit 474a3a9615

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 ]