Test Failed
Branch master (4230ce)
by JeffreyBool
01:14
created

Checkout Config

checks:
  go: true
build:
  environment:
    go:
      version: 'go1.9.2'
  nodes:
    analysis:
      tests:
        override:
            - govet-run
            - golint-run
            - go-scrutinizer-run

Repository Config

checks:
    go: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            environment:
                go:
                    version: go1.9.2
            tests:
                override:
                    - go-scrutinizer-run
                    - govet-run
                    - golint-run
        tests:
            environment:
                go:
                    version: go1.9.2