Merge pull request #31 from nbutton23/circlieCi

forgot to set the org and repo names in the config
This commit is contained in:
Nathan Button 2018-08-30 15:03:48 -06:00 committed by GitHub
commit e13e15e561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
# - run: make lint