We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caac584 commit a960baaCopy full SHA for a960baa
.travis.yml
@@ -14,6 +14,7 @@ install:
14
- cargo install mdbook --version 0.3.7
15
- cargo install mdbook-linkcheck --version 0.5.0
16
script:
17
+- git rebase master # this will exit with an error on conflict
18
- mdbook build
19
notifications:
20
email:
0 commit comments