1language: go
2go:
3  - "1.x"
4  - master
5env:
6  - TAGS=""
7  - TAGS="-tags purego"
8script: go test $TAGS -v ./...
9