Skip to content

Commit

Permalink
disable should disable, fixes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 24, 2013
1 parent 8093c5f commit 4496265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,10 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis

## Version History

**not yet released**

* Fixed `travis disable`.

**v1.2.1** (May 24, 2013)

* Builds with high build numbers are properly aligned when running `travis history`.
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/cli/disable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module CLI
class Disable < RepoCommand
def run
authenticate
repository.enable
repository.disable
say "disabled", color("#{slug}: %s :(", :error)
end
end
Expand Down

0 comments on commit 4496265

Please sign in to comment.