diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2016-09-27 19:59:01 -0400 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-09-27 19:59:01 -0400 |
commit | 533a208a851be490dae2cedf1d397fcca91efa8e (patch) | |
tree | e2e5f277cd132991dae726a137ffd190ef53cfe5 | |
parent | d61098c5b965c2d072143516affd02c8fabb8f93 (diff) | |
download | gitlab-ce-533a208a851be490dae2cedf1d397fcca91efa8e.tar.gz |
Remove test for Ruby 2.1.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c64d6f51c2..3f3873e57c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,8 +143,8 @@ spinach 9 10: *spinach-knapsack .ruby-21: &ruby-21 image: "ruby:2.1" <<: *use-db - # only: - # - master + only: + - master cache: key: "ruby21" paths: |