1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-12-26 14:39:46 +01:00

Use bash 3.0.16

This commit is contained in:
aallrd 2017-09-19 19:09:30 +02:00
parent 1d94b37dce
commit 2551c1b9fd

View File

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