free_mutant/.travis.yml

19 lines
316 B
YAML
Raw Normal View History

sudo: false
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- '2.0'
- '2.1'
- rbx-2
2014-06-25 13:03:03 -04:00
matrix:
allow_failures:
- rvm: rbx-2 # travis does not maintain rbx setup correctly
notifications:
irc:
channels:
2013-07-29 16:16:01 -04:00
- irc.freenode.org#mutant
on_success: never
on_failure: change