diff options
author | Michael Adam <obnox@samba.org> | 2016-05-13 00:00:48 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-05-13 13:46:12 +0200 |
commit | d36e69382df033d0187acb5e2b556c27ed6421dd (patch) | |
tree | 676cef8f2a7981a54731b5b71cbabce3d7eaeba6 /.travis.yml | |
parent | 23178004888c1e819105919daf38c74ed82b1a5a (diff) | |
download | samba-d36e69382df033d0187acb5e2b556c27ed6421dd.tar.gz |
travis: run the samba-o3 target
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Fri May 13 13:46:12 CEST 2016 on sn-devel-144
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 b930cfe5553..cf1b0d25bef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: - TASK=samba-ctdb - TASK=samba-libs - TASK=samba-static + - TASK=samba-o3 - TASK=ldb - TASK=tdb - TASK=talloc |