github.com/CanonicalLtd/go-sqlite3@v1.6.0/.travis.yml (about)

     1  language: go
     2  sudo: required
     3  dist: trusty
     4  env:
     5    - GOTAGS=
     6    - GOTAGS=libsqlite3
     7    - GOTAGS=trace
     8    - GOTAGS=vtable
     9  go:
    10    - 1.7.x
    11    - 1.8.x
    12    - 1.9.x
    13    - master
    14  before_install:
    15    - go get github.com/mattn/goveralls
    16    - go get golang.org/x/tools/cmd/cover
    17  script:
    18    - $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
    19    - go test -race -v . -tags "$GOTAGS"