From e03c6441a7aa042269d40d1151e071f8276505c8 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Sat, 11 May 2019 09:56:04 -0400 Subject: [PATCH] Switch to latest version of BATS We need to change the BATS we use to get around this issue: https://github.com/sstephenson/bats/issues/171 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6bcc837e..4fe0149dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - ./prepare-travis.sh before_script: - - git clone https://github.com/sstephenson/bats.git /tmp/bats + - git clone https://github.com/bats-core/bats-core.git --branch v1.1.0 /tmp/bats - export PATH=/tmp/bats/bin:$PATH os: