Commit 5dd08a8d authored by Eric Chiang's avatar Eric Chiang

*: add functional tests to travis config

parent 376b1bcb
sudo: required
services:
- docker
language: go language: go
matrix: go:
include: - 1.4.3
- go: 1.4.3 - 1.5.2
install:
- go get golang.org/x/tools/cmd/cover env:
- go get golang.org/x/tools/cmd/vet - DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true
- go: 1.5.2
install: true install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- docker pull quay.io/ericchiang/postgres
script: script:
- docker run -d -p 127.0.0.1:15432:5432 quay.io/ericchiang/postgres
- ./test - ./test
notifications: notifications:
email: false email: false
sudo: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment