build: Add release builds to TravisCI

This commit is contained in:
Matt Borgerson 2019-10-02 01:28:32 -07:00 committed by Jannik Vogel
parent 2dc570561e
commit b6a1a2d060
1 changed files with 5 additions and 1 deletions

View File

@ -57,5 +57,9 @@ git:
# we want to do this ourselves
submodules: false
env:
- CONFIG=""
- CONFIG="--release"
script:
- ./build.sh
- ./build.sh ${CONFIG}