.travis.yml 265 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 language: go sudo: false go: - 1.13.x - tip env: - PG_CONN=postgresql://postgres:@localhost:5432/postgres?sslmode=disable services: - postgresql before_install: - go get github.com/mattn/goveralls script: - $HOME/gopath/bin/goveralls -service=travis-ci