-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Travis-CI and Cirrus-CI builds #83
Conversation
BTW: You can see build on my fork here: |
Added Cirrus-CI builds
Added Cirrus-CI badge
I added builds on Cirrus-CI which is running Bash 4.4.12 for much better results: |
Use official Bash Docker images
Added matrix of working versions of bash for Cirrus-CI Thanks to @fkorotkov for pointing out official docker images and adding matrix
Added matrix and docker to Travis
Tied bash calls to correct version
Added matrix and official docker builds of bash for both Cirrus and Travis. To seem them running: |
Thank you so much @mmcc007 and @fkorotkov! |
Sure, no problem. Might be using your logging module in another project. |
Since examples are dependent on version of bash, I installed bash 4.4.
It's pretty easy to configure Travis to run examples against a matrix of bash versions if necessary in future.