ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 394 forks source link

chore(travis) fixed typo ubuntu:beaver->bionic #943

Closed Voronenko closed 6 years ago

Voronenko commented 6 years ago
ISSUE TYPE
SUMMARY

travis.yml : ubuntu 18.04 LTS was released, makes sense to support tests for LTS

gregdek commented 6 years ago

What, did they change the code name of the distro? Weird. Anyway, it's a one-line fix and I presume it's good, thanks @Voronenko :)

Voronenko commented 6 years ago

For that specific case .travis.yml is not prepared - i.e. if there is typo in distribution name, PR tests pass, and repository tests later - fail.

https://travis-ci.org/ansible/ansible-container/jobs/392654211

For sure, it needs to be improved, although that part is not changed that often.