From 64b6dbea74bea6982c85680aa8a5d4d1a6f312f6 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Thu, 4 Jun 2015 20:03:27 +0000 Subject: [PATCH] CI script: remove directives with default value --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 021acdeca39..1411a9194b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,32 +18,22 @@ jobs: - script: - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec name: Rspec - branches: true - tags: false runner: ruby,mysql - script: - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach name: Spinach - branches: true - tags: false runner: ruby,mysql - script: - RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci name: Jasmine - branches: true - tags: false runner: ruby,mysql - script: - bundle exec rubocop name: Rubocop - branches: true - tags: false runner: ruby,mysql - script: - bundle exec rake brakeman name: Brakeman - branches: true - tags: false runner: ruby,mysql deploy_jobs: [] skip_refs: ''