summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1f2c376dabc9dd42f3b8e44d3e0f4851ac0bb9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
services: docker

env:
  - distro: centos7
  - distro: centos6
  - distro: ubuntu1604
  - distro: ubuntu1404
  - distro: ubuntu1204
  - distro: debian8

script:
  # Run tests.
  - ${PWD}/tests/test.sh ${distro}

notifications:
  webhooks: https://galaxy.ansible.com/api/v1/notifications/