Skip to content

Commit

Permalink
only test what we’re tracking; CGO doesn’t affect us
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgerlek committed Apr 20, 2018
1 parent 146f4cd commit 03a0773
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ git:

matrix:
include:
# - go: "1.10.x"
# env: CGO_ENABLED=0
# - go: "1.9.x"
# env: CGO_ENABLED=0
# - go: "1.8.x"
# env: CGO_ENABLED=0
- go: "1.10.x"
env: CGO_ENABLED=0
- go: "1.9.x"
env: CGO_ENABLED=0
- go: "1.8.x"
env: CGO_ENABLED=0
- go: "1.10.x"
- go: "1.9.x"
- go: "1.8.x"
# - go: "1.8.x"

script:
- bash ci/go_test_multi_package_coverprofile.sh --coveralls
Expand Down

0 comments on commit 03a0773

Please sign in to comment.