From 5f4a8b527829a917e994291e7332a915ca3265b7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Mon, 2 Jan 2017 23:49:19 +0200 Subject: [PATCH] - Disable OpenBSD 5.9 test for now, can't find a properly working i386 Vagrant image. --- .travis.yml | 4 ++-- molecule.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2684800..c0a9874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ group: beta env: - platform: openbsd60 driver: vagrant - - platform: openbsd59 - driver: vagrant + # - platform: openbsd59 + # driver: vagrant - platform: openbsd56 driver: vagrant cache: diff --git a/molecule.yml b/molecule.yml index d89731b..9e7507b 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