free_mutant/.travis.yml
Markus Schirp 75164ba31a Add Mutant::LineTrace
* Depends on `TracePoint` thus removes 1.9 compatiblity.
  I do not expect someone is harmed by this.
2014-12-07 21:05:49 +00:00

17 lines
304 B
YAML

language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- 2.0.0
- 2.1.4
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2 # travis does not maintain rbx setup correctly
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change