You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
dist: trusty
1
+
dist: xenial
2
2
sudo: required
3
3
4
4
env:
@@ -15,14 +15,6 @@ php:
15
15
services:
16
16
- mysql
17
17
18
-
addons:
19
-
apt:
20
-
sources:
21
-
- mysql-5.7-trusty
22
-
packages:
23
-
- mysql-server
24
-
- mysql-client
25
-
26
18
before_install:
27
19
#- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('datpassword') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
28
20
#- sudo mysql_upgrade
@@ -46,7 +38,7 @@ script:
46
38
- composer phpstan
47
39
48
40
after_success:
49
-
# Submit coverage report to Coveralls servers, see .coveralls.yml
41
+
# Submit coverage report to Coveralls servers, see .coveral ls.yml
0 commit comments