terraform: only run tests from 0.9.0 onwards

This commit is contained in:
Peter Hoeg 2017-03-23 15:01:44 +08:00
parent a81e253369
commit c6c92a1d04

View File

@ -27,7 +27,7 @@ let
export HOME=$TMP
'';
doCheck = builtins.compareVersions version "0.8.8" >= 0;
doCheck = builtins.compareVersions version "0.9.0" >= 0;
meta = with stdenv.lib; {
description = "Tool for building, changing, and versioning infrastructure";