Skip to content

Instantly share code, notes, and snippets.

@rkh
Created January 14, 2013 16:12
Show Gist options
  • Select an option

  • Save rkh/4531148 to your computer and use it in GitHub Desktop.

Select an option

Save rkh/4531148 to your computer and use it in GitHub Desktop.
require 'travis'
repos = Travis::Repository.find_all(owner_name: 'travis-ci')
repos.each { |repo| puts "#{repo.slug} #{repo.last_build_state}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment