github.com/lubgr/revgrep@v0.0.0-20240125154757-7e5ee1900f8a/.travis.yml (about)

     1  language: go
     2  before_install:
     3      - go get github.com/mattn/goveralls
     4      - go get golang.org/x/tools/cmd/cover
     5  script:
     6      - $HOME/gopath/bin/goveralls -service=travis-ci
     7