...

Text file src/github.com/dsoprea/go-logging/.travis.yml

Documentation: github.com/dsoprea/go-logging

     1language: go
     2go:
     3  - tip
     4install:
     5  - go get -t ./...
     6  - go get github.com/mattn/goveralls
     7script:
     8# v1
     9  - go test -v .
    10# v2
    11  - cd v2
    12  - goveralls -v -service=travis-ci

View as plain text