Skip to content

Commit 2e8e33c

Browse files
committed
Remove markdown formatting.
1 parent a0ec59d commit 2e8e33c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TRANSLATING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ On https://git-scm.com, the translations are divided into three categories. Once
7070

7171
## Continuous integration with Travis CI
7272

73-
*Travis CI* is a [continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) service that integrates with GitHub. *Travis CI* is used to ensure that a pull-request doesn't break the build or compilation. *Travis CI* can also provide compiled versions of the book.
73+
Travis CI is a [continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) service that integrates with GitHub. Travis CI is used to ensure that a pull-request doesn't break the build or compilation. Travis CI can also provide compiled versions of the book.
7474

75-
Setting up *Travis CI* requires administrative control over the repository.
75+
Setting up Travis CI requires administrative control over the repository.
7676

7777
### Registering for Travis continuous integration
7878

@@ -82,7 +82,7 @@ Please refer to the [Travis documentation](https://docs.travis-ci.com/) for more
8282

8383
### Setting up your repository for continuous integration
8484

85-
*Travis CI* works by scanning your project's root directory for a file named `.travis.yml` and following the 'recipe' that it contains. The good news is: there's already a working `.travis.yml` file in the Pro Git 2 source [here](https://raw.githubusercontent.com/progit/progit2-pub/master/travis.yml).
85+
Travis CI works by scanning your project's root directory for a file named `.travis.yml` and following the 'recipe' that it contains. The good news is: there's already a working `.travis.yml` file in the Pro Git 2 source [here](https://raw.githubusercontent.com/progit/progit2-pub/master/travis.yml).
8686
Copy that file, and put it in your working directory. Commit the .yml file and push it to your translation repository; that should fire up a compilation and a check of the book's contents.
8787

8888
## Setting up a publication chain for e-books

0 commit comments

Comments
 (0)