.travis.yml in configatron-2.13.0 vs .travis.yml in configatron-3.0.0.rc1
- old
+ new
@@ -1,6 +1,9 @@
language: ruby
rvm:
+ - 1.9.2
- 1.9.3
- - 2.0.0
+ - jruby-19mode
+ - rbx-19mode
+ - ruby-head
-script: bundle exec rspec
+script: bundle exec rake
\ No newline at end of file