File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The [travis gem](https://rubygems.org/gems/travis) includes both a [command line
3333 * [ ` encrypt ` ] ( #encrypt ) - encrypts values for the .travis.yml
3434 * [ ` encrypt-file ` ] ( #encrypt-file ) - encrypts a file and adds decryption steps to .travis.yml
3535 * [ ` env ` ] ( #env ) - show or modify build environment variables
36- * [ ` history ` ] ( #history ) - displays a projects build history
36+ * [ ` history ` ] ( #history ) - displays a project's build history
3737 * [ ` init ` ] ( #init ) - generates a .travis.yml and enables the project
3838 * [ ` logs ` ] ( #logs ) - streams test logs
3939 * [ ` open ` ] ( #open ) - opens a build or job in the browser
@@ -918,7 +918,7 @@ $ travis env unset foo bar
918918
919919#### ` history `
920920
921- Displays a projects build history.
921+ Displays a project's build history.
922922 Usage: travis history [options]
923923 -h, --help Display help
924924 -i, --[no-]interactive be interactive and colorful
Original file line number Diff line number Diff line change 33module Travis
44 module CLI
55 class History < RepoCommand
6- description "displays a projects build history"
6+ description "displays a project's build history"
77
88 on ( '-a' , '--after BUILD' , 'Only show history after a given build number' )
99 on ( '-p' , '--pull-request NUMBER' , 'Only show history for the given Pull Request' )
You can’t perform that action at this time.
0 commit comments