pull docker bash instead

pull/130/head
Maciek Swiech 2020-06-01 10:56:56 -06:00
parent a537c1ea74
commit fed9ca8624
1 changed files with 4 additions and 1 deletions

View File

@ -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