Merge pull request #248 from ericchiang/functional_ci
:* run all functional tests through travis CI
This commit is contained in:
commit
e2b4061fe5
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ install:
|
|||
script:
|
||||
- docker run -d -p 127.0.0.1:15432:5432 quay.io/coreos/postgres
|
||||
- ./test
|
||||
- ./test-functional
|
||||
|
||||
after_success:
|
||||
- if [[ "$TRAVIS_GO_VERSION" == "1.5.2" && "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" ]]; then ./build-docker-push ;fi
|
||||
|
|
Reference in a new issue