free_mutant/.travis.yml
Markus Schirp a0216cb6fa Bump ruby requirement to 2.1
* Use %i style symbol literal arrays
* Fix style
* Whitelist some preferred style
2015-05-31 21:20:54 +00:00

18 lines
265 B
YAML

sudo: false
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- '2.1'
- '2.2'
- rbx
matrix:
allow_failures:
- rvm: rbx
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change