Skip to content

Commit

Permalink
export the port
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheshagiri committed Jul 5, 2019
1 parent f81b49f commit 0ad1201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ before_script:
- sudo apt-get update && sudo apt-get install google-cloud-sdk
- nohup gcloud beta emulators datastore start &
- sleep 30
- export DATASTORE_EMULATOR_HOST=localhost:8081

script:
- cd translator
- echo $DATASTORE_EMULATOR_HOST
- go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
- go test -v ./... -race -tags=integration

Expand Down

0 comments on commit 0ad1201

Please sign in to comment.