:* run all functional tests through travis CI

This commit is contained in:
Eric Chiang 2015-12-28 14:33:16 -08:00
parent 71f5021678
commit 4fa7e27ab5

View file

@ -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