...

Text file src/github.com/pborman/uuid/.travis.yml

Documentation: github.com/pborman/uuid

     1language: go
     2
     3go:
     4  - "1.9"
     5  - "1.10"
     6  - "1.11"
     7  - tip
     8
     9script:
    10  - go test -v ./...

View as plain text