From 3acd8576f65c7375755447107b40b5474feaf9be Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 4 Jan 2017 10:24:41 +0200 Subject: [PATCH] - Run Travis CI on OpenBSD 5.9 but allow it to fail. --- .travis.yml | 7 +++++-- molecule.yml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0a9874..ac126b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,13 @@ group: beta env: - platform: openbsd60 driver: vagrant - # - platform: openbsd59 - # driver: vagrant + - &openbsd59 + platform: openbsd59 + driver: vagrant - platform: openbsd56 driver: vagrant +matrix: + - env: *openbsd59 cache: - pip - directories: diff --git a/molecule.yml b/molecule.yml index 9e7507b..d89731b 100644 --- a/molecule.yml +++ b/molecule.yml @@ -14,8 +14,8 @@ vagrant: platforms: - name: openbsd60 box: fnichol/openbsd-6.0-i386 - # - name: openbsd59 - # box: fnichol/openbsd-5.9-i386 + - name: openbsd59 + box: fnichol/openbsd-5.9-i386 - name: openbsd56 box: fnichol/openbsd-5.6-i386 instances: -- GitLab