diff options
author | Lukas Larsson <[email protected]> | 2017-07-13 13:37:25 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-07-17 10:01:54 +0200 |
commit | c19848f4f202637b5c92e8cff660dfa2b8ab6b1b (patch) | |
tree | 9be104b6b33432fe2f81bd1053c098a650a6f8ba /scripts/build-otp | |
parent | a497237907f2e4112f0c765718975165b6554795 (diff) | |
download | otp-c19848f4f202637b5c92e8cff660dfa2b8ab6b1b.tar.gz otp-c19848f4f202637b5c92e8cff660dfa2b8ab6b1b.tar.bz2 otp-c19848f4f202637b5c92e8cff660dfa2b8ab6b1b.zip |
Don't build or test plain emu in travis any more
Diffstat (limited to 'scripts/build-otp')
-rwxr-xr-x | scripts/build-otp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-otp b/scripts/build-otp index 92a866a0a9..92031c79c8 100755 --- a/scripts/build-otp +++ b/scripts/build-otp @@ -37,7 +37,7 @@ if [ ! -d "logs" ]; then fi do_and_log "Autoconfing" autoconf -do_and_log "Configuring" configure --enable-plain-emulator +do_and_log "Configuring" configure do_and_log "Building OTP" boot -a exit 0 |