sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 518 forks source link

Configure travis to test with multiple bash versions #209

Open aclemons opened 7 years ago

aclemons commented 7 years ago

This currently calls a script test-with-all-bashes.sh which tests using bash 3.1, 3.2 and 4.0 through 4.4, once with the initial release and again using the latest patchset for each version.

Make note in the README that bash versions from 3.1 are supported.