From 7d0931a45d226326c0dcb3e29a92fda8f4738a1c Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Thu, 20 Oct 2016 00:14:02 +0200 Subject: [PATCH] Follow up 3108bb1 Fixed a typo with configure call --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 307aa40d55..d98204a2f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,10 +41,10 @@ env: - DB_PASS="ragnarok" - PACKETDBVER=45 matrix: - - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=no --enable_buildbot=yes" - - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=no --enable_buildbot=yes" - - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=yes --enable_buildbot=yes" - - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=yes --enable_buildbot=yes" + - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=no --enable-buildbot=yes" + - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=no --enable-buildbot=yes" + - CONFIGURE_FLAGS="--enable-prere=no --enable-vip=yes --enable-buildbot=yes" + - CONFIGURE_FLAGS="--enable-prere=yes --enable-vip=yes --enable-buildbot=yes" notifications: email: false