Test Setup Failed
Push — master ( b37816...e323d8 )
by Steven
02:34
created

Checkout Config

checks:
      ruby:
        code_rating: true
        duplicate_code: true
        
build:
    environment:
        # Languages
        ruby: 2.4.2
     
        # Various pre-installed services that can be configured.
        postgresql: true
     

Repository Config

checks:
    ruby: true
build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: rubocop-run
                        use_website_config: false
            environment:
                ruby:
                    version: 2.1.2
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'spec/*'