community.general/lib/ansible/galaxy/data/apb/.travis.yml

26 lines
541 B
YAML
Raw Normal View History

---
services: docker
sudo: required
language: python
python:
- '2.7'
env:
2018-06-14 21:05:30 +00:00
- OPENSHIFT_VERSION=v3.9.0
- KUBERNETES_VERSION=v1.9.0
script:
# Configure test values
- export apb_name=APB_NAME
# Download test shim.
2018-06-14 21:05:30 +00:00
- wget -O ${PWD}/apb-test.sh https://raw.githubusercontent.com/ansibleplaybookbundle/apb-test-shim/master/apb-test.sh
- chmod +x ${PWD}/apb-test.sh
# Run tests.
- ${PWD}/apb-test.sh
2018-06-14 21:05:30 +00:00
# Uncomment to allow travis to notify galaxy
# notifications:
# webhooks: https://galaxy.ansible.com/api/v1/notifications/