diff options
author | Andrew Bartlett <abartlet@samba.org> | 2018-03-04 21:32:09 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-03-27 23:03:13 +0200 |
commit | e4a969ccc55758b402483e7e1b31ab054624c6c5 (patch) | |
tree | 65cbf888526e16dbd9bf7bb06d03e6e31f5c6624 /.travis.yml | |
parent | d47fb2232bdbbc401d59b86d2641078c6e7bfdc6 (diff) | |
download | samba-e4a969ccc55758b402483e7e1b31ab054624c6c5.tar.gz |
autobuild: Remove fileserver tests from the main build
Again, this is to allow these to run in the 50min timelimit
of travis-ci and so gain test coverage.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index acd6f484100..2ef0a0b1653 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ env: - TASK=samba-nopython - TASK=samba-systemkrb5 - TASK=samba-nt4 + - TASK=samba-fileserver - TASK=samba-ad-dc - TASK=ldb - TASK=tdb |