summaryrefslogtreecommitdiffstats
path: root/ci/setup-test-env.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/setup-test-env.yml')
-rw-r--r--ci/setup-test-env.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/setup-test-env.yml b/ci/setup-test-env.yml
index e36bca304..e91e9453d 100644
--- a/ci/setup-test-env.yml
+++ b/ci/setup-test-env.yml
@@ -4,12 +4,19 @@ steps:
inputs:
versionSpec: "12.0.0"
displayName: "Install a fixed version of Node"
+
# Install Go
- task: GoTool@0
inputs:
versionSpec: "1.10"
displayName: "Install a fixed version of Go"
+ # Install Ruby
+ - task: UseRubyVersion@0
+ inputs:
+ versionSpec: "2.5.5"
+ displayName: "Install a fixed version of Ruby"
+
# We are using pyenv to install Python for integration tests
# Install Python
- script: |