Skip to content

Commit ff98a75

Browse files
authored
Fix CI rebase (#745)
* Fix CI rebase
1 parent 3b1866b commit ff98a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- cargo install mdbook --version 0.3.7
1515
- cargo install mdbook-linkcheck --version 0.5.0
1616
script:
17-
- git rebase master # this will exit with an error on conflict
17+
- git rebase origin master # this will exit with an error on conflict
1818
- mdbook build
1919
notifications:
2020
email:

0 commit comments

Comments
 (0)