mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 05:46:03 +02:00
conan, php-coveralls: fix typos (#5253)
This commit is contained in:
parent
981b7af185
commit
a810ca72d7
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`conan install {{.}}`
|
`conan install {{.}}`
|
||||||
|
|
||||||
- Install packages and create configuation files for a specific generator:
|
- Install packages and create configuration files for a specific generator:
|
||||||
|
|
||||||
`conan install -g {{generator}}`
|
`conan install -g {{generator}}`
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
`php-coveralls --exclude-no-stmt`
|
`php-coveralls --exclude-no-stmt`
|
||||||
|
|
||||||
- Send coverage information to Coveralls with a specific environent name:
|
- Send coverage information to Coveralls with a specific environment name:
|
||||||
|
|
||||||
`php-coveralls --env {{test|dev|prod}}`
|
`php-coveralls --env {{test|dev|prod}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue