...

Text file src/github.com/liggitt/tabwriter/.travis.yml

Documentation: github.com/liggitt/tabwriter

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

View as plain text