1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-09-16 08:36:30 +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

View File

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