Skip to content

Commit

Permalink
Travis: aliasing of mysql service
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed May 15, 2017
1 parent e34cfaa commit 6ac82e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cache:
directories:
- $HOME/.composer/cache

services:
- mysql

php:
- 5.4
- 5.5
Expand All @@ -18,6 +21,13 @@ env:
- NETTE=nette-2.4
- NETTE=nette-2.3

addons:
apt:
packages:
- dnsutils
hosts:
- mysql

matrix:
include:
- php: 5.6
Expand Down
2 changes: 1 addition & 1 deletion tests/mysql.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
doctrine:
host: 127.0.0.1
host: mysql
user: root
password: ""
charset: UTF8
Expand Down

0 comments on commit 6ac82e7

Please sign in to comment.