github.com/agrea/ptr@v0.2.0/.travis.yml (about)

     1  env:
     2    global:
     3      CC_TEST_REPORTER_ID: 72499f8d927d59414871851c8fbe358c697cc6aa5f8d72561406e0e6fb7b9d9d
     4  language: go
     5  go:
     6    - 1.6
     7    - 1.7
     8    - 1.8
     9    - 1.9
    10    - 1.10
    11    - master
    12  script: go test -v ./...