Skip to content

Commit 02f89da

Browse files
committed
Reverted to custom script on normal dist
1 parent 0dbb2e1 commit 02f89da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22

3-
dist: trusty
43
sudo: required
54

65
php:
@@ -15,6 +14,7 @@ services:
1514
- mysql
1615

1716
before_install:
17+
- bash .travis.install-mysql-5.7.sh
1818
- mysql -e 'CREATE DATABASE test;'
1919

2020
install: composer install

0 commit comments

Comments
 (0)