.wercker.yml in excon-hypermedia-0.5.3 vs .wercker.yml in excon-hypermedia-0.6.0
- old
+ new
@@ -4,9 +4,17 @@
- bundle-install
- script:
name: tests
code: bundle exec rake
+ruby-25:
+ box: ruby:2.5
+ steps:
+ - bundle-install
+ - script:
+ name: tests
+ code: bundle exec rake
+
ruby-23:
box: ruby:2.3
steps:
- bundle-install
- script: