diff options
| author | jerome <jerome@xlinfo.fr> | 2026-09-18 01:20:09 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2026-09-18 01:20:09 +0200 |
| commit | 7a8c21b7fead172f25742e821238a45b32d27dd5 (patch) | |
| tree | 4bf57dead29fd54783719166458100dfb9bffb61 | |
| parent | aa1e170bbc39440d85b660aad530001e6f8de3e4 (diff) | |
| download | lamp-7a8c21b7fead172f25742e821238a45b32d27dd5.tar.gz lamp-7a8c21b7fead172f25742e821238a45b32d27dd5.zip | |
| -rw-r--r-- | lamp/.travis.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/lamp/.travis.yml b/lamp/.travis.yml deleted file mode 100644 index 36bbf62..0000000 --- a/lamp/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -language: python -python: "2.7" - -# Use the new container infrastructure -sudo: false - -# Install ansible -addons: - apt: - packages: - - python-pip - -install: - # Install ansible - - pip install ansible - - # Check ansible version - - ansible --version - - # Create ansible.cfg with correct roles_path - - printf '[defaults]\nroles_path=../' >ansible.cfg - -script: - # Basic role syntax check - - ansible-playbook tests/test.yml -i tests/inventory --syntax-check - -notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/
\ No newline at end of file |
