...

Text file src/github.com/mohae/deepcopy/.travis.yml

Documentation: github.com/mohae/deepcopy

     1language: go
     2
     3go:
     4  - tip
     5
     6matrix:
     7  allow_failures:
     8    - go: tip
     9
    10script:
    11  - go test ./...

View as plain text