1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-30 10:10:44 +02:00

Merge branch 'master' of ssh://github.com/asim/go-micro

This commit is contained in:
Asim Aslam 2022-01-03 11:21:29 +00:00
commit 696a0ba714

View File

@ -6,7 +6,7 @@ import (
)
func TestBasicCall(t *testing.T) {
if v := os.Getenv("IN_TRAVIS"); v == "yes" {
if v := os.Getenv("IN_TRAVIS_CI"); v == "yes" {
return
}