From 56374d147589bd116400d2d6eb32ed1625b24b8a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Jan 2017 22:14:07 +0200 Subject: [PATCH] - Added Ubuntu Precise. - Replaced Debian Wheezy and Jessie Vagrant boxes. --- .travis.yml | 2 ++ molecule.yml | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 689c74e..c32c586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ env: driver: vagrant - platform: trusty driver: vagrant + - &precise platform=precise driver=vagrant - &jessie platform=jessie driver=vagrant - &wheezy platform=wheezy driver=vagrant - driver: docker @@ -22,6 +23,7 @@ matrix: allow_failures: - python: "3.4" - env: *openbsd59 + - env: *precise - env: *jessie - env: *wheezy cache: diff --git a/molecule.yml b/molecule.yml index 76623fb..c7b928a 100644 --- a/molecule.yml +++ b/molecule.yml @@ -24,10 +24,12 @@ vagrant: box: ubuntu/xenial32 - name: trusty box: ubuntu/trusty32 + - name: precise + box: hashicorp/precise32 - name: jessie - box: debian/jessie32 + box: deb/jessie-i386 - name: wheezy - box: debian/wheezy32 + box: deb/wheezy-i386 instances: - name: example options: -- GitLab