diff --git a/.travis.yml b/.travis.yml index c4b549f7b0..318a283230 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,5 +57,9 @@ git: # we want to do this ourselves submodules: false +env: + - CONFIG="" + - CONFIG="--release" + script: - - ./build.sh + - ./build.sh ${CONFIG}