From aa123b8ad5c9057718204d1776408b4029aec9e6 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 13 Feb 2018 12:16:50 -1000 Subject: [PATCH] Test the proxy in release mode in Docker in CI on the master branch. (#327) * Test the proxy in release mode in Docker in CI on the master branch. Previously we were not running the proxy tests in the release configuration. Run the proxy tests in the release configuration through Docker. Docker builds with tests in release mode are too slow to run on every pull request so release mode tests will only be run on the master branch. Signed-off-by: Brian Smith --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0161f3ca5..9d537e07c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,9 +115,9 @@ jobs: - export BUILD_DEBUG=1 DOCKER_TRACE=1 script: - # Proxy tests are run in the `test` stage, re-running them here would be - # redundant/slow. #280 - - PROXY_SKIP_TESTS=1 bin/docker-build + # We re-run the tests here in *release* (--release) mode since the + # `test` stage only runs them in *debug* mode. + - bin/docker-build after_success: - bin/docker-push-deps