Commit 1498de22 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'ci_script_simplify1' into 'master'

CI script: remove directives with default value

See merge request !1841
parents bedc66eb 64b6dbea
......@@ -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