Revision 1c24f8701bee68fdef6aec40f6cd0b1b5b2c517a authored by Pedro Nascimento on 14 June 2014, 21:26:20 UTC, committed by Pedro Nascimento on 14 June 2014, 21:26:20 UTC
2 parent s cfc788e + 708783f
Raw File
.travis.yml
language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2
  - rbx-2
script: bundle exec rspec spec
notifications:
  recipients:
    - semmons99@gmail.com
    - andreas@aloop.org
    - weppos@weppos.net
back to top