We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85248c2 commit 175a18cCopy full SHA for 175a18c
.travis.yml
@@ -14,6 +14,8 @@ install:
14
- cargo install mdbook --version 0.3.7
15
- cargo install mdbook-linkcheck --version 0.5.0
16
script:
17
+- git checkout -b ci
18
+- git rebase origin/master
19
- git log --oneline | head -n 10
20
- mdbook build
21
notifications:
@@ -30,7 +32,7 @@ deploy:
30
32
fqdn: rustc-dev-guide.rust-lang.org
31
33
on:
34
branch: master
-
35
+
36
# Only build master branch on push
37
branches:
38
only:
0 commit comments