Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby

rvm:
- 1.9.3
env:
Expand All @@ -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
Expand Down