github.com/gopinath-langote/1build@v1.7.0/.travis.yml (about)

     1  language: go
     2  os:
     3    - linux
     4    - osx
     5  go:
     6    - 1.12.x
     7  env:
     8    - GO111MODULE=on
     9  before_install:
    10    - go build
    11  script:
    12    - go test -v -cover github.com/gopinath-langote/1build/testing -run .
    13