Skip to content

Commit e19e8eb

Browse files
committed
fix git checkout in ci
1 parent d0047f6 commit e19e8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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
1718
- git rebase origin master # this will exit with an error on conflict
1819
- git status -vv
1920
- git log --oneline | head -n 10
20-
- ls -lahR
2121
- mdbook build
2222
notifications:
2323
email:

0 commit comments

Comments
 (0)