Merge pull request #21 from sanemat/feature/ruby-2-0-0
Add Ruby2.0.0 build in Travis-ci, and allowed to fail
This commit is contained in:
commit
06ad346e9d
|
@ -3,6 +3,7 @@ rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
- 2.0.0
|
||||||
- jruby
|
- jruby
|
||||||
- ree
|
- ree
|
||||||
script: "bundle exec rake spec:all"
|
script: "bundle exec rake spec:all"
|
||||||
|
@ -15,3 +16,6 @@ notifications:
|
||||||
- sbazyl@google.com
|
- sbazyl@google.com
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: 2.0.0
|
||||||
|
|
Loading…
Reference in New Issue