Skip to content

Commit

Permalink
Fixed Build matrix for Travis CI #161
Browse files Browse the repository at this point in the history
The build matrix did not seprate out each entry. It made six entries
instead of three.
  • Loading branch information
gdey committed Feb 13, 2018
1 parent e09c9fc commit b80d958
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ env:
matrix:
include:
- go: 1.9.x
- env: CGO_ENABLED=0
env: CGO_ENABLED=0
- go: 1.8.x
env: CGO_ENABLED=0
- go: 1.7.x
env: CGO_ENABLED=0
- go: 1.9.x
- go: 1.8.x
- env: CGO_ENABLED=0
- go: 1.7.x
- env: CGO_ENABLED=0


services:
Expand Down

0 comments on commit b80d958

Please sign in to comment.