.travis.yml 110 B

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