Skip to content

Commit 175a18c

Browse files
committed
fix the rebase trick
1 parent 85248c2 commit 175a18c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ install:
1414
- cargo install mdbook --version 0.3.7
1515
- cargo install mdbook-linkcheck --version 0.5.0
1616
script:
17+
- git checkout -b ci
18+
- git rebase origin/master
1719
- git log --oneline | head -n 10
1820
- mdbook build
1921
notifications:
@@ -30,7 +32,7 @@ deploy:
3032
fqdn: rustc-dev-guide.rust-lang.org
3133
on:
3234
branch: master
33-
35+
3436
# Only build master branch on push
3537
branches:
3638
only:

0 commit comments

Comments
 (0)