Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
experimental update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Apr 30, 2018
1 parent 61587e9 commit 92bbf34
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .scrutinizer.yml
Expand Up @@ -6,15 +6,13 @@ build:
environment:
go: go1.9

nodes:
analysis:
tests:
override:
- go-scrutinizer-run
- govet-run
- golint-run
- command: make test-with-coverage-profile ARGS='-timeout=1s'
coverage: { file: cover.out, format: go-cc }
tests:
override:
- go-scrutinizer-run
- govet-run
- golint-run
- command: make test-with-coverage-profile ARGS='-timeout=1s'
coverage: { file: cover.out, format: go-cc }

checks:
go: true
Expand Down

0 comments on commit 92bbf34

Please sign in to comment.