diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2014-08-06 21:41:33 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2014-08-06 21:55:21 +0100 |
commit | 7b5daaa5800fe3ce95b33b64dda10bee9c0b751b (patch) | |
tree | 15df1f5c27b81c38524175d71ac32837306499b8 | |
parent | d83b1140cdeaeb9ec1d456d9530e0c9b7a290fc3 (diff) | |
download | servo-7b5daaa5800fe3ce95b33b64dda10bee9c0b751b.tar.gz servo-7b5daaa5800fe3ce95b33b64dda10bee9c0b751b.zip |
Have http://servo.github.io/servo/ include docs for the Rust version we use.
Closes #3038.
-rwxr-xr-x | travis.linux.script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/travis.linux.script.sh b/travis.linux.script.sh index 3c2ae557f0c..d9a587cad8e 100755 --- a/travis.linux.script.sh +++ b/travis.linux.script.sh @@ -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 ] |