microformats2/.travis.yml
2014-03-10 16:12:55 -07:00

12 lines
486 B
YAML

language: ruby
rvm:
- 1.9.3
script: bundle exec rspec
notifications:
campfire:
rooms:
secure: UlQ85ETcMVxrK6N9E1zcNPYZ+7as8TLkPS/ArOxytairh8W2S4BFyuCoVRgvLQ88RhHhGgTbkF14DiFtcCiXu9hmfZFZY54q92Sk/Lf98mz1Vzis6X+PedBUIVBPWCEPpMmLxAF+Q1HkEcVYQMKwNoAaQLrW+7SOzh57bOMxHeE=
template:
- "%{repository}#%{build_number} %{message} (%{branch} - %{commit} : %{author}) Change view : %{compare_url} Build details : %{build_url}"
on_success: change
on_failure: always