diff --git a/shippable.yml b/shippable.yml index ab546e8..f0eb27c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,5 @@ language: ruby + rvm: - 1.9.3 env: @@ -11,14 +12,25 @@ before_install: #- source /home/shippable/.rvm/scripts/rvm #- source ~/.rvm/scripts/rvm && rvm use 1.9.3 - rvm use 2.0.0 + +archive: true + services: - rabbitmq notifications: email: - - vidya@shippable.com + recipients: + - vidya@shippable.com + - exampletwo@org.com + on_success: always + on_failure: change + irc: + #pull_requests: true + channels: + #- "chat.freenode.net#test-irc" + - "chat.freenode.net#testing2" - #cache: true after_script: - cp README.md ./shippable