Commit 64b6dbea authored by Valery Sizov's avatar Valery Sizov Committed by Valery Sizov

CI script: remove directives with default value

parent bedc66eb
...@@ -18,32 +18,22 @@ jobs: ...@@ -18,32 +18,22 @@ jobs:
- script: - script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec
name: Rspec name: Rspec
branches: true
tags: false
runner: ruby,mysql runner: ruby,mysql
- script: - script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach
name: Spinach name: Spinach
branches: true
tags: false
runner: ruby,mysql runner: ruby,mysql
- script: - script:
- RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci - RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
name: Jasmine name: Jasmine
branches: true
tags: false
runner: ruby,mysql runner: ruby,mysql
- script: - script:
- bundle exec rubocop - bundle exec rubocop
name: Rubocop name: Rubocop
branches: true
tags: false
runner: ruby,mysql runner: ruby,mysql
- script: - script:
- bundle exec rake brakeman - bundle exec rake brakeman
name: Brakeman name: Brakeman
branches: true
tags: false
runner: ruby,mysql runner: ruby,mysql
deploy_jobs: [] deploy_jobs: []
skip_refs: '' skip_refs: ''
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment