Skip to content

Commit

Permalink
add user option for local package
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethanCeyer committed May 2, 2019
1 parent ebd682f commit 81f51c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -15,9 +15,9 @@ install: true
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- go get -v -t ./...
- go get -v golang.org/x/lint/golint
- go get -v github.com/mattn/goveralls
- go get -u -t ./...
- go get -u golang.org/x/lint/golint
- go get -u github.com/mattn/goveralls
- ./cc-test-reporter before-build
script:
- go test -coverprofile=$COVERAGE_PATH ./...
Expand Down

0 comments on commit 81f51c3

Please sign in to comment.