Skip to content

Commit 0495f65

Browse files
test(condition/travis): initial
1 parent 86eb468 commit 0495f65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

condition/travis_test.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package condition
2+
3+
import (
4+
"testing"
5+
)
6+
7+
func TestTravisValid(t *testing.T) {
8+
err := Travis("", "", false)
9+
if err == nil {
10+
t.Fail()
11+
}
12+
}

0 commit comments

Comments
 (0)