From 4455547204fd5d2d54944468c404f751279c495d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jan 2017 09:36:31 -0500 Subject: autobuild: Add nopython environment to test --disable-python builds (but without tests) This ensures we keep this option building as we extend our use of python. The rule is that new features and changes to existing features that require python are most welcome, they just need to be disabled for the minimalistic targets we still ecourage Samba on, that typically just want smbd Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 483ad501798..ce0e745548b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ env: - TASK=samba-libs - TASK=samba-static - TASK=samba-o3 + - TASK=samba-nopython - TASK=ldb - TASK=tdb - TASK=talloc -- cgit v1.2.1