From c19848f4f202637b5c92e8cff660dfa2b8ab6b1b Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 13 Jul 2017 13:37:25 +0200 Subject: Don't build or test plain emu in travis any more --- scripts/build-otp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-otp') 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 -- cgit v1.2.3