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:
- 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: ''
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