free_mutant/.travis.yml

20 lines
275 B
YAML
Raw Normal View History

sudo: false
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- '2.0'
- '2.1'
2015-02-15 18:32:13 +00:00
- '2.2'
2015-01-14 11:04:45 +00:00
- rbx
2014-06-25 17:03:03 +00:00
matrix:
allow_failures:
2015-01-14 11:04:45 +00:00
- rvm: rbx
notifications:
irc:
channels:
2013-07-29 22:16:01 +02:00
- irc.freenode.org#mutant
on_success: never
on_failure: change