Sha256: 0f071e5f1ebe5874afc4d15acb248bed0e33d580a1eb28192ec9eee15ab34041
Contents?: true
Size: 278 Bytes
Versions: 12
Compression:
Stored size: 278 Bytes
Contents
require 'blinky' require 'chicanery/cctray' include Chicanery::Cctray cctray 'travis', 'https://api.travis-ci.org/repositories/markryall/chicanery/cc.xml' when_run do |state| if state.has_failure? Blinky.new.light.failure! else Blinky.new.light.success! end end
Version data entries
12 entries across 12 versions & 1 rubygems