.travis.yml in configatron-3.0.0.rc2 vs .travis.yml in configatron-3.0.0
- old
+ new
@@ -1,6 +1,7 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
-
-script: bundle exec rake
\ No newline at end of file
+ - 2.1.0
+install: bundle install
+script: bundle exec rake