Codebase list golang-github-oneofone-xxhash / 089a926e-3e08-44f7-abf2-5d3b4f677392/upstream .travis.yml
089a926e-3e08-44f7-abf2-5d3b4f677392/upstream

Tree @089a926e-3e08-44f7-abf2-5d3b4f677392/upstream (Download .tar.gz)

.travis.yml @089a926e-3e08-44f7-abf2-5d3b4f677392/upstreamraw · history · blame

language: go
sudo: false

go:
  - "1.10"
  - "1.11"
  - "1.12"
  - master

script:
  - go test -tags safe ./...
  - go test ./...
  -