Codebase list golang-github-oneofone-xxhash / 48592e9a-1ee8-49a1-a8ae-9a56ce047d7f/main .travis.yml
48592e9a-1ee8-49a1-a8ae-9a56ce047d7f/main

Tree @48592e9a-1ee8-49a1-a8ae-9a56ce047d7f/main (Download .tar.gz)

.travis.yml @48592e9a-1ee8-49a1-a8ae-9a56ce047d7f/mainraw · history · blame

language: go
sudo: false

go:
  - 1.8
  - 1.9
  - "1.10"
  - master

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