Skip to content

Commit 7b99b6a

Browse files
committed
More Travis testing.
1 parent 4715a6b commit 7b99b6a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ script:
2929
&& (echo 'Idempotence test: pass' && exit 0)
3030
|| (echo 'Idempotence test: fail' && exit 1)
3131
32+
- "sudo service mysql status"
33+
- "sudo service mysql restart"
34+
3235
# Check to make sure we can connect to MySQL.
3336
- >
3437
mysql -u root -proot -e 'show databases;'

handlers/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
- name: restart mysql
3-
service: >
4-
name={{ mysql_daemon }}
5-
state=restarted
3+
debug: msg="Testing..."
4+
# - name: restart mysql
5+
# service: >
6+
# name={{ mysql_daemon }}
7+
# state=restarted

0 commit comments

Comments
 (0)