Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
itspriddle committed Feb 13, 2012
1 parent ec12f65 commit cf7c073
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
@@ -1,11 +1,17 @@
language: ruby
script: "bundle exec rake spec"
notifications:
disabled: true
email:
recipients:
- engineering@internal.site5.com
on_success: never
on_failure: always
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx
- rbx-head
- jruby
- rbx-18mode
- jruby-18mode
- jruby-19mode

0 comments on commit cf7c073

Please sign in to comment.