mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-25 09:19:41 +00:00
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:
parent
a974fa76e4
commit
e40bb7f458
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user