summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/verify.pipeline.yml7
-rw-r--r--appveyor.yml4
2 files changed, 7 insertions, 4 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 0295f34..8cb872a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,30 +2,31 @@ steps:
- label: run-lint-and-specs-ruby-2.4
command:
- - asdf local ruby 2.4.5
- export USER="root"
- bundle install --jobs=7 --retry=3 --without docs development
- bundle exec rake
expeditor:
executor:
docker:
+ image: ruby:2.4-stretch
- label: run-lint-and-specs-ruby-2.5
command:
- - asdf local ruby 2.5.5
- bundle install --jobs=7 --retry=3 --without docs development
- export USER="root"
- bundle exec rake
expeditor:
executor:
docker:
+ image: ruby:2.5-stretch
- label: run-lint-and-specs-ruby-2.6
command:
- - asdf local ruby 2.6.3
- export USER="root"
- bundle install --jobs=7 --retry=3 --without docs development
- bundle exec rake
expeditor:
executor:
docker:
+ image: ruby:2.6-stretch
+
diff --git a/appveyor.yml b/appveyor.yml
index d332737..e029cd2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,11 @@
version: "master-{build}"
-os: Windows Server 2012
+os: Windows Server 2012 R2
platform:
- x64
+cache:
+ - vendor/bundle
environment:
matrix:
- ruby_version: "23"