diff options
author | Lukas Larsson <[email protected]> | 2018-05-22 10:15:16 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-05-22 10:50:58 +0200 |
commit | 61d12b823a232d0f4c27c006b8111faf46c75d5d (patch) | |
tree | b37f8c7d6e144be3f6f8a30659d31da278af1dd1 /.travis.yml | |
parent | dd3d4d3e7848c63406c346a8ec600b96130da56e (diff) | |
download | otp-61d12b823a232d0f4c27c006b8111faf46c75d5d.tar.gz otp-61d12b823a232d0f4c27c006b8111faf46c75d5d.tar.bz2 otp-61d12b823a232d0f4c27c006b8111faf46c75d5d.zip |
travis: Do release when building 32-bit
This is done in order to check that installation works
as it should.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5499eb22c4..1438ea865a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ matrix: services: - docker script: - - ./scripts/build-docker-otp 32 sh -c "scripts/build-otp && ./otp_build tests && scripts/run-smoke-tests && bin/dialyzer --build_plt --apps erts kernel stdlib" + - ./scripts/build-docker-otp 32 sh -c "scripts/build-otp release && ./otp_build tests && scripts/run-smoke-tests && bin/dialyzer --build_plt --apps erts kernel stdlib" - env: Linux64Dialyzer os: linux script: |