Revision becb6cd64d7722fdd81bac9c70b5889c4d69fcae authored by Shane Emmons on 04 January 2015, 17:07:08 UTC, committed by Shane Emmons on 04 January 2015, 17:07:08 UTC
2 parent s 917369d + c0668e4
Raw File
.travis.yml
language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2
  - 2.2.0
  - rbx-2
script: bundle exec rspec spec
notifications:
  recipients:
    - semmons99@gmail.com
    - andreas@aloop.org
    - weppos@weppos.net
back to top