From cad6afea2fa5d22bb2592953795c486803ba8658 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Mon, 10 Sep 2018 09:58:26 -0700 Subject: [PATCH] Update Vagrant 2.1.z tests to 2.1.4 This commit updates the Travis matrix to run tests against Vagrant 2.1.4. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ed5596..3d08fb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,6 @@ matrix: - rvm: 2.4.4 env: VAGRANT_VERSION=v2.0.4 - rvm: 2.4.4 - env: VAGRANT_VERSION=v2.1.2 + env: VAGRANT_VERSION=v2.1.4 sudo: false