From e40bb7f45813269e9cd7d68a208a70ba10a0c404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 12 Feb 2014 15:07:11 -0500 Subject: [PATCH] travis: Drop workaround introduced last week MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Travis has now corrected the bug in their build environment so we no longer need to force the autogen script through bash. Signed-off-by: Stéphane Graber --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec404b34f..62028c4fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: before_install: - sudo apt-get update -qq - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev -script: bash -x autogen.sh && ./configure --enable-tests && make -j4 +script: ./autogen.sh && ./configure --enable-tests && make -j4 notifications: email: recipients: