...

Text file src/github.com/mattn/goveralls/.travis.yml

Documentation: github.com/mattn/goveralls

     1language: go
     2go:
     3  - '1.7'
     4  - '1.8'
     5  - '1.9'
     6  - '1.10'
     7  - '1.11'
     8  - '1.12'
     9  - '1.13'
    10before_install:
    11  - go get ./...
    12  - go install .
    13script:
    14  - goveralls

View as plain text