Commit ee565ca2 by Dan Collis-Puro

Add ruby-2.0.0 to travis CI

parent eb4e88be
...@@ -3,6 +3,7 @@ rvm: ...@@ -3,6 +3,7 @@ rvm:
- 1.9.3 - 1.9.3
- jruby-19mode - jruby-19mode
- rbx-19mode - rbx-19mode
- 2.0.0
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true" before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber" script: "bundle exec rake clean test cucumber"
...@@ -16,3 +17,4 @@ matrix: ...@@ -16,3 +17,4 @@ matrix:
allow_failures: allow_failures:
- rvm: jruby-19mode - rvm: jruby-19mode
- rvm: rbx-19mode - rvm: rbx-19mode
- rvm: 2.0.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment