diff options
author | Matt Clay <matt@mystile.com> | 2016-08-01 13:46:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 13:46:37 -0700 |
commit | e2602e9be001a6e20712b7d64028236ea91ccc2d (patch) | |
tree | 5941fd55e03d4d402fcadc15532d85a00078c0fc /shippable.yml | |
parent | 6dc148d82c1997263827c19edb7bb15b10c06e15 (diff) | |
download | ansible-e2602e9be001a6e20712b7d64028236ea91ccc2d.tar.gz |
Add FreeBSD to Shippable CI. (#16883)
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index 965d735c5f..1de1f8760b 100644 --- a/shippable.yml +++ b/shippable.yml @@ -8,6 +8,8 @@ matrix: exclude: - env: TEST=none include: + - env: TEST=remote TARGET=all PLATFORM=freebsd VERSION=10.3-STABLE + - env: TEST=remote TARGET=ci_win1 PLATFORM=windows VERSION=2012-R2_RTM - env: TEST=remote TARGET=ci_win2 PLATFORM=windows VERSION=2012-R2_RTM - env: TEST=remote TARGET=ci_win3 PLATFORM=windows VERSION=2012-R2_RTM |