Skip to content

Commit c3d6060

Browse files
authored
[Travis] Fixed failing builds
* Added mysql to services * Changed version of Postgresql to 9.6
1 parent 03342b5 commit c3d6060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ matrix:
4949
- php: 7.2
5050
env: FRAMEWORK=Yii2 TEST_REPO="https://github.com/Codeception/yii2-tests"
5151
addons:
52-
postgresql: "9.2"
52+
postgresql: "9.6"
5353

5454
branches:
5555
except:
@@ -65,6 +65,7 @@ services:
6565
- rabbitmq
6666
- postgresql
6767
- redis
68+
- mysql
6869

6970
before_install:
7071
- '$(php PruneTest.php)'

0 commit comments

Comments
 (0)