-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.travis.yml
executable file
·44 lines (35 loc) · 1.1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
services: docker
env:
# - distro: centos7
# - distro: centos6
# - distro: fedora27
# - distro: ubuntu1604
# - distro: ubuntu1404
# - distro: ubuntu1204
- distro: debian9
- distro: debian8
- distro: ubuntu1804
- distro: ubuntu1604
script:
# Configure test script so we can run extra tests after playbook is run.
- export container_id=$(date +%s)
- export cleanup=false
- export DOCKER="docker exec --tty ${container_id} env TERM=xterm"
# Download test shim.
- wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/tschifftner/4078cf2a8429d967d5e100649ff2caa9/raw/
- chmod +x ${PWD}/tests/test.sh
# Run tests.
- ${PWD}/tests/test.sh
# Check if munin node is installed
- ${DOCKER} exim -bV
- ${DOCKER} grep 'travis.local' /etc/mailname
- ${DOCKER} grep 'root:' /etc/email-addresses
after_failure:
- ${DOCKER} cat /etc/hostname
- ${DOCKER} cat /etc/mailname
- ${DOCKER} cat /etc/email-addresses
- ${DOCKER} cat /etc/exim4/update-exim4.conf.conf
notifications:
slack: ambimax:2MlPTX9bY9aPxCPhJGxHKIT6
webhooks: https://galaxy.ansible.com/api/v1/notifications/