Commit c4767077 authored by Eric Chiang's avatar Eric Chiang

Merge pull request #234 from ericchiang/travis_functional

*: add functional tests to travis config (WIP)
parents 5192cac3 5dd08a8d
sudo: required
services:
- docker
language: go
matrix:
include:
- go: 1.4.3
install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- go: 1.5.2
install: true
go:
- 1.4.3
- 1.5.2
env:
- DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=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:
- docker run -d -p 127.0.0.1:15432:5432 quay.io/ericchiang/postgres
- ./test
notifications:
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