Skip to content

Commit

Permalink
Support older versions and 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Mar 10, 2020
1 parent 11beb2a commit 3da5773
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
@@ -1,14 +1,19 @@
language: go
go:
- 1.11.13
- 1.12.16
- 1.13.7
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13

env:
matrix:
- GOOS=darwin
- GOOS=linux
- GOOS=windows
- GOARCH=arm GOARM=6 # 32 bit support #28

script:
- go build && go test -race -v
Expand Down

0 comments on commit 3da5773

Please sign in to comment.