Remove testing under 1.8 and add IRC nofications

This commit is contained in:
Markus Schirp 2013-06-02 22:11:30 +02:00
parent f986f68ac4
commit e2d33686b1

View file

@ -1,7 +1,6 @@
language: ruby
script: 'bundle exec rake ci'
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
@ -9,12 +8,12 @@ rvm:
- rbx-19mode
matrix:
allow_failures:
# No mutators for 1.8 specifc AST nodes
- rvm: rbx-18mode
- rvm: 1.8.7
# We'll see what happens
- rvm: ruby-head
- rvm: 2.0.0
notifications:
email:
- mbj@seonic.net
irc:
channels:
- irc.freenode.org#datamapper
on_success: never
on_failure: change