summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-08-01 16:13:07 -0700
committerGitHub <noreply@github.com>2016-08-01 16:13:07 -0700
commit4943b4e82e6d38131a9cc8bbef2a67370dd8c1d2 (patch)
tree2a8e12e2e307a6282eadc092efd6155857b2fe44
parent1a74d68a37d37bc23a9d8b84c4213417905968ec (diff)
downloadansible-modules-extras-4943b4e82e6d38131a9cc8bbef2a67370dd8c1d2.tar.gz
Enable FreeBSD tests on Shippable. (#2648)
-rw-r--r--shippable.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml
index f05d2481..90087b94 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -21,6 +21,8 @@ matrix:
- env: TEST=integration PLATFORM=windows VERSION=2008-R2_SP1
- env: TEST=integration PLATFORM=windows VERSION=2012-RTM
- env: TEST=integration PLATFORM=windows VERSION=2012-R2_RTM
+
+ - env: TEST=integration PLATFORM=freebsd VERSION=10.3-STABLE
build:
pre_ci_boot:
options: "--privileged=false --net=bridge"