diff options
| author | DJ Mountney <david@twkie.net> | 2018-04-04 12:49:08 -0700 |
|---|---|---|
| committer | DJ Mountney <david@twkie.net> | 2018-04-04 12:49:08 -0700 |
| commit | 39bb3720381af64039673cf21705fcf95cf78314 (patch) | |
| tree | c32aa05ee2eaa2e0b93ec811a6ad8f3aa71a207e /lib/tasks/test.rake | |
| parent | f7f92836400ec86c74d1140223c009d3d328aea9 (diff) | |
| parent | 166b4575a6353668c894fea0ba234d0b371dee03 (diff) | |
| download | gitlab-ce-39bb3720381af64039673cf21705fcf95cf78314.tar.gz | |
Merge remote-tracking branch 'origin/master' into dev-master
Diffstat (limited to 'lib/tasks/test.rake')
| -rw-r--r-- | lib/tasks/test.rake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake index 3e01f91d32c..b52af81fc16 100644 --- a/lib/tasks/test.rake +++ b/lib/tasks/test.rake @@ -4,8 +4,3 @@ desc "GitLab | Run all tests" task :test do Rake::Task["gitlab:test"].invoke end - -unless Rails.env.production? - desc "GitLab | Run all tests on CI with simplecov" - task test_ci: [:rubocop, :brakeman, :karma, :spinach, :spec] -end |
