Open brucellino opened 7 years ago
The Travis testing currently does lint on the readiness scripts , using language: ruby. However, we want to run the Ansible playbook too, which needs language: python.
language: ruby
language: python
We need a way of running these tests too.
The Travis testing currently does lint on the readiness scripts , using
language: ruby
. However, we want to run the Ansible playbook too, which needslanguage: python
.We need a way of running these tests too.