...

Text file src/github.com/google/gofuzz/.travis.yml

Documentation: github.com/google/gofuzz

     1language: go
     2
     3go:
     4  - 1.11.x
     5  - 1.12.x
     6  - 1.13.x
     7  - master
     8
     9script:
    10  - go test -cover

View as plain text