diff options
author | Matt Clay <matt@mystile.com> | 2017-01-04 15:30:48 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-01-04 15:47:29 -0800 |
commit | a1d30c853c40105622a6a9fe174f16dccccf2bee (patch) | |
tree | c355f7818c6342011e98bc7ecc82dc74b3cb7aa6 /shippable.yml | |
parent | 08b671990d9d055c03b9cb56eacb040e5f8b04ab (diff) | |
download | ansible-a1d30c853c40105622a6a9fe174f16dccccf2bee.tar.gz |
Enable FreeBSD 11.0 for CI.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index 36505e47e2..c7d060a369 100644 --- a/shippable.yml +++ b/shippable.yml @@ -14,6 +14,7 @@ matrix: - env: TEST=osx/10.11 - env: TEST=freebsd/10.3-STABLE + - env: TEST=freebsd/11.0-STABLE - env: TEST=windows/1 - env: TEST=windows/2 |