Skip to content

Commit

Permalink
Update travis config to include arm, mips, and mipsle
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmigan Casebolt committed Jan 14, 2018
1 parent fdb95b5 commit eaafced
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ sudo: false
language: go
go:
- 1.4
- 1.6
- 1.9
- tip
env:
- GOOS=linux CGO=1
- GOOS=linux CGO=0
- GOOS=linux GOARCH=arm
- GOOS=linux GOARCH=mips
- GOOS=linux GOARCH=mipsle
- GOOS=windows GOARCH=386

0 comments on commit eaafced

Please sign in to comment.