From 5dcd952dde7804088117213d4547ce36c7663dda Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 12 Jun 2018 09:39:31 -0700 Subject: [PATCH] bump travis version --- scripts/travis-vault.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-vault.sh b/scripts/travis-vault.sh index 6d491fe43..d19c4a9ed 100755 --- a/scripts/travis-vault.sh +++ b/scripts/travis-vault.sh @@ -2,7 +2,7 @@ set -o errexit -VERSION=0.8.3 +VERSION=0.10.2 OS="linux" if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then OS="darwin"