diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-14 12:38:09 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-15 09:07:16 -0600 |
commit | 13883a56b87d1245a00c7840f22a5461621889ba (patch) | |
tree | 830645a9d7367347e8c41094a6c49cb83ed07404 /.gitlab-ci.yml | |
parent | 45177190edc3b56cd69af639ed5d9c818672c103 (diff) | |
download | gitlab-ce-13883a56b87d1245a00c7840f22a5461621889ba.tar.gz |
Remove branch restriction.
Diffstat (limited to '.gitlab-ci.yml')
-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 219077d79b8..1cd25ebc0a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,8 +132,8 @@ spinach 9 10: *spinach-knapsack # Execute all testing suites against Ruby 2.3 .ruby-23: &ruby-23 image: "ruby:2.3" - only: - - master + # only: + # - master .rspec-knapsack-ruby23: &rspec-knapsack-ruby23 <<: *rspec-knapsack |