We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1866b commit ff98a75Copy full SHA for ff98a75
.travis.yml
@@ -14,7 +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
+- git rebase origin master # this will exit with an error on conflict
18
- mdbook build
19
notifications:
20
email:
0 commit comments