Update circle.yml

This commit is contained in:
Tom Whiston 2018-03-05 18:19:55 +01:00
parent 39c85ba561
commit 59a0b74ee6

View File

@ -21,7 +21,7 @@ dependencies:
test:
pre:
- cd $CPATH && go run cli/main.go --migrate -c config.json
- cd $CPATH && go run cli/main.go --migrate -config config.json
override:
- cd $CPATH && go vet ./...