Completed
Push — master ( e7c489...9f5d8b )
by Borja
02:42
created

Checkout Config

build:
    environment:
        ruby: '2.3.1'
    tests:
        override:
            -
                command: bundle exec rspec test.rb
                environment:
                    'SCRUTINIZER_CC_FILE': 'my-coverage'
                coverage:
                    file: 'my-coverage'
                    format: 'rb-cc'
checks:
    ruby: true

Repository Config

checks:
    ruby: true
    javascript: true
tools:
    rubocop:
        use_native_config: true
filter:
    excluded_paths:
        - '*.min.js'
build: true