diff options
| author | mark <markm@cs.wisc.edu> | 2020-06-18 18:35:52 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-06-23 12:01:46 -0500 |
| commit | 973ebaa7c76344aabd3a2410a44e4020cb1cf2cb (patch) | |
| tree | bcc1d5b6ae082c122a06e29ca27f2d3715dec0fc /src/doc/rustc-dev-guide | |
| parent | 41b9022652ea63216281efeb213feabc5df88dcc (diff) | |
| download | rust-973ebaa7c76344aabd3a2410a44e4020cb1cf2cb.tar.gz rust-973ebaa7c76344aabd3a2410a44e4020cb1cf2cb.zip | |
fix the rebase trick
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/.travis.yml b/src/doc/rustc-dev-guide/.travis.yml index d375fe9d600..634d73871a6 100644 --- a/src/doc/rustc-dev-guide/.travis.yml +++ b/src/doc/rustc-dev-guide/.travis.yml @@ -14,6 +14,8 @@ install: - cargo install mdbook --version 0.3.7 - cargo install mdbook-linkcheck --version 0.5.0 script: +- git checkout -b ci +- git rebase origin/master - git log --oneline | head -n 10 - mdbook build notifications: @@ -30,7 +32,7 @@ deploy: fqdn: rustc-dev-guide.rust-lang.org on: branch: master - + # Only build master branch on push branches: only: |
