Skip to content

Commit

Permalink
Fix json file names
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Oct 6, 2017
1 parent 77f045d commit 2eeb569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_install:
# gcloud deploy operations.
#
# Reusing the etl-travis-deploy keys, since we need identical capabilities.
- travis/decrypt.sh "$encrypted_1e0e01f6e047_key" "$encrypted_1e0e01f6e047_iv" keys/service-accounts.tar.enc
- travis/decrypt.sh "$encrypted_ca29bb0d9214_key" "$encrypted_ca29bb0d9214_iv" keys/service-accounts.tar.enc
/tmp/service-accounts.tar /tmp
- tar tvf /tmp/service-accounts.tar
- echo Branch is ${TRAVIS_BRANCH} and Tag is $TRAVIS_TAG
Expand All @@ -45,7 +45,6 @@ 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
Expand Down
Binary file modified keys/service-accounts.tar.enc
Binary file not shown.

0 comments on commit 2eeb569

Please sign in to comment.