Newer
Older
pokemon-go-trade / vendor / github.com / go-pg / pg / .travis.yml
Simon Lindgren on 12 Feb 2021 393 bytes first commit
dist: trusty
language: go

addons:
  postgresql: "9.6"

go:
  - 1.9.x
  - 1.10.x
  - 1.11.x
  - 1.12.x
  - tip

matrix:
  allow_failures:
    - go: tip

before_install:
  - psql -U postgres -c "CREATE EXTENSION hstore"

install:
  - go get github.com/jinzhu/inflection
  - go get gopkg.in/check.v1
  - go get github.com/onsi/ginkgo
  - go get github.com/onsi/gomega
  - go get mellium.im/sasl