Skip to content

Commit

Permalink
Adding mysql 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjain28may committed Oct 16, 2018
1 parent 95a28f0 commit 3e0b243
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: php

services:
- mysql
addons:
apt:
sources:
- mysql-5.7-trusty
packages:
- mysql-server
- mysql-client
php:
- 7.1

Expand Down

0 comments on commit 3e0b243

Please sign in to comment.