Skip to content

Commit

Permalink
[dev] Wait, no, this is the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
uppfinnarn committed Dec 13, 2016
1 parent f26274a commit 675d274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:

test:
override:
- docker run --entrypoint /bin/bash loadimpact/k6 -c 'cd $GOPATH/src/github.com/loadimpact/k6 && go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter --deadline 10m --config gometalinter.json ./...'
- docker run --entrypoint /bin/bash loadimpact/k6 -c 'cd $GOPATH/src/github.com/loadimpact/k6 go get -t ./... && go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter --deadline 10m --config gometalinter.json ./...'
- docker run --entrypoint /bin/bash loadimpact/k6 -c 'cd $GOPATH/src/github.com/loadimpact/k6 && go get -t ./... && go test ./...'

deployment:
Expand Down
3 changes: 2 additions & 1 deletion gometalinter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"DisableAll": true,
"Enable": [
"gotype", "deadcode", "errcheck",
"gotype", "deadcode",
"varcheck", "structcheck", "errcheck",
"ineffassign", "interfacer", "unconvert",
"goconst", "gosimple", "staticcheck",
"misspell"
Expand Down

0 comments on commit 675d274

Please sign in to comment.