.travis.yml in testingbot-0.2.0 vs .travis.yml in testingbot-0.2.1
- old
+ new
@@ -1,6 +1,9 @@
language: ruby
rvm:
- - 1.9.3
- 2.0.0
- 2.1.1
-script: bundle exec rake spec
\ No newline at end of file
+ - 2.3
+ - 2.4
+ - 2.5
+ - 2.6
+script: bundle exec rake spec