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