Skip to content

Commit

Permalink
upgrade mysql to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Apr 11, 2017
1 parent 480edcf commit 73f2dc5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
sudo: false
dist: trusty
sudo: required
addons:
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6

language: php

Expand Down

0 comments on commit 73f2dc5

Please sign in to comment.