# File lib/travis/cli.rb, line 78
    def commands
      CLI.constants.map { |n| try_const_get(n) }.select { |c| command? c }
    end