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 <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2014-02-12 15:07:11 -05:00
parent a974fa76e4
commit e40bb7f458
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View 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: