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: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent a974fa76
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment