Skip to content

Commit

Permalink
restore lost imports in script
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Oct 5, 2017
1 parent 8666a56 commit 63a187e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ cache:
- $HOME/google-cloud-sdk/

script:
- export GOOGLE_APPLICATION_CREDENTIALS="${HOME}/gcloud-service-key.json"
- export APPENGINE_DEV_APPSERVER="${HOME}/google-cloud-sdk/bin/dev_appserver.py"
- source "${HOME}/google-cloud-sdk/path.bash.inc"
#- go test -v ./...

- go test -covermode=count -coverprofile=handler.cov -v github.com/m-lab/annotation-service/handler
- go test -covermode=count -coverprofile=loader.cov -v github.com/m-lab/annotation-service/loader
- go test -covermode=count -coverprofile=metrics.cov -v github.com/m-lab/annotation-service/metrics
Expand Down

0 comments on commit 63a187e

Please sign in to comment.