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:
parent
1d94b37dce
commit
2551c1b9fd
|
@ -1,4 +1,9 @@
|
||||||
language: c
|
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
|
script: bash --version && bin/bats --tap test
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user