From: Stéphane Graber Date: Wed, 12 Feb 2014 20:07:11 +0000 (-0500) Subject: travis: Drop workaround introduced last week X-Git-Tag: lxc-1.0.0.rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40bb7f45813269e9cd7d68a208a70ba10a0c404;p=thirdparty%2Flxc.git travis: Drop workaround introduced last week 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 --- 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: