]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
travis: Drop workaround introduced last week
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 12 Feb 2014 20:07:11 +0000 (15:07 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 12 Feb 2014 20:07:11 +0000 (15:07 -0500)
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 <stgraber@ubuntu.com>
.travis.yml

index ec404b34f11837cc57b3c56f96a67d5d69d269c8..62028c4fae5f9532fcdba9eefd40504730cbb982 100644 (file)
@@ -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: