Skip to content

Commit 03a0773

Browse files
committed
only test what we’re tracking; CGO doesn’t affect us
1 parent 146f4cd commit 03a0773

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ git:
77

88
matrix:
99
include:
10+
# - go: "1.10.x"
11+
# env: CGO_ENABLED=0
12+
# - go: "1.9.x"
13+
# env: CGO_ENABLED=0
14+
# - go: "1.8.x"
15+
# env: CGO_ENABLED=0
1016
- go: "1.10.x"
11-
env: CGO_ENABLED=0
1217
- go: "1.9.x"
13-
env: CGO_ENABLED=0
14-
- go: "1.8.x"
15-
env: CGO_ENABLED=0
16-
- go: "1.10.x"
17-
- go: "1.9.x"
18-
- go: "1.8.x"
18+
# - go: "1.8.x"
1919

2020
script:
2121
- bash ci/go_test_multi_package_coverprofile.sh --coveralls

0 commit comments

Comments
 (0)