CI script: remove directives with default value

This commit is contained in:
Valery Sizov 2015-06-04 20:03:27 +00:00 committed by Valery Sizov
parent bedc66eb04
commit 64b6dbea74
1 changed files with 0 additions and 10 deletions

View File

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