From fed9ca8624f83c6cbe05141b0286965930de20f9 Mon Sep 17 00:00:00 2001 From: Maciek Swiech Date: Mon, 1 Jun 2020 10:56:56 -0600 Subject: [PATCH] pull docker bash instead --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55eade3..05a00d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,14 @@ sudo: false language: bash +env: + - BASH=5.0.3 addons: apt: sources: - sourceline: 'ppa:duggan/bats' packages: - - bash - bats - bc +before_script: + - docker pull bash:$BASH script: ./test.sh \ No newline at end of file