diff --git a/.circleci/config.yml b/.circleci/config.yml index d8f5270..30bcea1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,10 +17,10 @@ jobs: #### expecting it in the form of #### /go/src/github.com/circleci/go-tool #### /go/src/bitbucket.org/circleci/go-tool - working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}} + working_directory: /go/src/github.com/nbutton23/zxcvbn-go steps: - checkout # specify any bash command here prefixed with `run: ` - run: make test - - run: make vet \ No newline at end of file + # - run: make lint \ No newline at end of file