diff --git a/circle.yml b/circle.yml index fcd5fea29..acfbf17e8 100644 --- a/circle.yml +++ b/circle.yml @@ -5,3 +5,4 @@ dependencies: - go get -d -v gopkg.in/readline.v1 - go generate -v ./... - go build -v + - ./linter-tests.sh diff --git a/linter-tests.sh b/linter-tests.sh index c723dd0c8..30e5c6a53 100755 --- a/linter-tests.sh +++ b/linter-tests.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -joker tests/run-linter-tests.joke +./joker tests/run-linter-tests.joke