|
|
@ -28,8 +28,8 @@ script: |
|
|
notifications: |
|
|
notifications: |
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/ |
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/ |
|
|
branches: |
|
|
branches: |
|
|
except: |
|
|
only: |
|
|
- /^dev.*/ |
|
|
- master |
|
|
before_install: |
|
|
before_install: |
|
|
# travis encrypt-file tests/3scale-inventory.yaml tests/3scale-inventory.yaml.enc |
|
|
# travis encrypt-file tests/3scale-inventory.yaml tests/3scale-inventory.yaml.enc |
|
|
- openssl aes-256-cbc -K $encrypted_5ba3c614c7e1_key -iv $encrypted_5ba3c614c7e1_iv -in tests/3scale-inventory.yaml.enc -out tests/3scale-inventory.yaml -d |
|
|
- openssl aes-256-cbc -K $encrypted_5ba3c614c7e1_key -iv $encrypted_5ba3c614c7e1_iv -in tests/3scale-inventory.yaml.enc -out tests/3scale-inventory.yaml -d |
|
|
|