Skip to content

Commit c331a5e

Browse files
committed
REL-0.9 Ignore travis service shutdown errors
1 parent 61d7b5a commit c331a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ before_script:
5353

5454
# Disable services enabled by default
5555
# http://docs.travis-ci.com/user/database-setup/#MySQL
56-
- sudo /etc/init.d/mysql stop
57-
- sudo /etc/init.d/postgresql stop
56+
- sudo /etc/init.d/mysql stop || true
57+
- sudo /etc/init.d/postgresql stop || true
5858

5959

6060
###

0 commit comments

Comments
 (0)