From 2551c1b9fddff78a309a2e05af41ab44fc1075d6 Mon Sep 17 00:00:00 2001 From: aallrd Date: Tue, 19 Sep 2017 19:09:30 +0200 Subject: [PATCH] Use bash 3.0.16 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index fcd814a..9cecbf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ language: c +install: + - wget https://ftp.gnu.org/gnu/bash/bash-3.0.16.tar.gz + - tar -xzvf bash-3.0.16.tar.gz + - pushd bash-3.0.16 && ./configure --prefix=/opt/bash-3.0.16 && make && sudo make install && popd + - export PATH=/opt/bash-3.0.16/bin:$PATH script: bash --version && bin/bats --tap test notifications: email: