aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-03-27 07:02:59 +0200
committerGitHub <[email protected]>2017-03-27 07:02:59 +0200
commitebd92c313349a0aadbd196bf628ff94bbd1c9bbf (patch)
tree5d1076fe06ed92c66b507d0b7c3becbe0a7ac83d
parent513a14e3f8225aa35ced7c0a1753d287bae1b707 (diff)
parentdc122bf19ac288701cdaa2c724216495ee05926f (diff)
downloadotp-ebd92c313349a0aadbd196bf628ff94bbd1c9bbf.tar.gz
otp-ebd92c313349a0aadbd196bf628ff94bbd1c9bbf.tar.bz2
otp-ebd92c313349a0aadbd196bf628ff94bbd1c9bbf.zip
Merge pull request #1388 from bjorng/bjorn/travis/smoke-test-hipe
Smoke test HiPE in the 32-bit build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dfa01a89e6..f418f2099f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ matrix:
services:
- docker
script:
- - ./scripts/build-docker-otp 32 sh -c "scripts/build-otp && ./otp_build tests && scripts/run-smoke-tests"
+ - ./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"
after_success:
after_script: