in travis test flag

This commit is contained in:
Asim Aslam
2021-11-18 08:33:36 +00:00
parent 45d3c6a791
commit a7879d3ff0

View File

@@ -6,6 +6,10 @@ import (
)
func TestBasicCall(t *testing.T) {
if v := os.Getenv("IN_TRAVIS"); v == "yes" {
return
}
response := map[string]interface{}{}
if err := NewClient(&Options{
Token: os.Getenv("TOKEN"),