summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAndré Zanellato <30451287+AZanellato@users.noreply.github.com>2019-08-13 19:43:29 -0300
committerMatan Kushner <hello@matchai.me>2019-08-13 18:43:29 -0400
commitb06249d61c98813bf56c5c9fdc7d974a35b61dad (patch)
treebf13e98ea264925b7a99e762e4be36ae67cc5cff /ci
parentf10bfe4616794967e9014c978c3819e91634e4d6 (diff)
feat: implement the ruby module (#131)
Diffstat (limited to 'ci')
-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: |