diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-09-27 16:55:27 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-09-27 16:55:27 -0600 |
commit | d61098c5b965c2d072143516affd02c8fabb8f93 (patch) | |
tree | 992c00a12b2a6deec960fff92ea785cabcb7a6bd | |
parent | 634d003e9c366a507b93579558389304b4cb0c8c (diff) | |
download | gitlab-ce-d61098c5b965c2d072143516affd02c8fabb8f93.tar.gz |
Run Ruby 2.1 tests on non-master branches too.is-v-cloak-causing-master-to-fail-pls-no-why
-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 3f3873e57c1..2c64d6f51c2 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: |